Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Website/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1544,4 +1544,8 @@ h1 {
background-color: #8397fa;
}

/*Update the twitter icon to its real one */
.fa.fa-twitter::before{
content:"𝕏";
}

2 changes: 1 addition & 1 deletion Website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ <h2>Here are some of our active GitHub repositories</h2>
</div>
<div class="icon-content">
<a href="https://twitter.com/sanjay_kv" target="_blank" aria-label="Twitter" data-social="twitter">
<i class="fa-brands fa-twitter"></i>
<i class="fa fa-twitter"></i>
<div class="filled"></div>
</a>
</div>
Expand Down
Loading