Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dimdenGD committed Jun 15, 2024
1 parent 80e18ba commit effa581
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ function hookIntoInteractions() {

let yeahTab = document.createElement('a');
yeahTab.className = 'tweet-footer-stat';
yeahTab.style.cursor = 'pointer';

let span = document.createElement('span');
span.innerText = 'Yeahs';
Expand Down

0 comments on commit effa581

Please sign in to comment.