Skip to content

Commit f21bfa2

Browse files
authored
Merge pull request #1461 from Mansi07sharma/feature/twitter
To give visibility to twitter icon
2 parents 8c045bc + c0bd10c commit f21bfa2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Website/css/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1544,4 +1544,8 @@ h1 {
15441544
background-color: #8397fa;
15451545
}
15461546

1547+
/*Update the twitter icon to its real one */
1548+
.fa.fa-twitter::before{
1549+
content:"𝕏";
1550+
}
15471551

Website/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ <h2>Here are some of our active GitHub repositories</h2>
362362
</div>
363363
<div class="icon-content">
364364
<a href="https://twitter.com/sanjay_kv" target="_blank" aria-label="Twitter" data-social="twitter">
365-
<i class="fa-brands fa-twitter"></i>
365+
<i class="fa fa-twitter"></i>
366366
<div class="filled"></div>
367367
</a>
368368
</div>

0 commit comments

Comments
 (0)