We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c045bc + c0bd10c commit f21bfa2Copy full SHA for f21bfa2
Website/css/styles.css
@@ -1544,4 +1544,8 @@ h1 {
1544
background-color: #8397fa;
1545
}
1546
1547
+/*Update the twitter icon to its real one */
1548
+ .fa.fa-twitter::before{
1549
+ content:"𝕏";
1550
+}
1551
Website/index.html
@@ -362,7 +362,7 @@ <h2>Here are some of our active GitHub repositories</h2>
362
</div>
363
<div class="icon-content">
364
<a href="https://twitter.com/sanjay_kv" target="_blank" aria-label="Twitter" data-social="twitter">
365
- <i class="fa-brands fa-twitter"></i>
+ <i class="fa fa-twitter"></i>
366
<div class="filled"></div>
367
</a>
368
0 commit comments