Skip to content

Commit

Permalink
Merge pull request #929 from varma-101/gh-pages
Browse files Browse the repository at this point in the history
Changed twitter logo which is not displaying previously.
  • Loading branch information
sanjay-kv authored Oct 19, 2024
2 parents ad63209 + abeff5b commit bf5f6d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
</div>
<div class="icon-content">
<a href="https://twitter.com/sanjay_kv_" target="_blank" aria-label="Twitter" data-social="twitter">
<i class="fab fa-x-twitter"></i>
<i class="fab fa-twitter"></i>
<div class="filled"></div>
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ body.dark-mode .footer-button:hover {
}

.icon-content a[data-social="twitter"] .filled {
background-color: #030303;
background-color: #1da1f2;
}

.icon-content a[data-social="youtube"] .filled {
Expand Down

0 comments on commit bf5f6d9

Please sign in to comment.