Skip to content

Commit dc752fa

Browse files
authored
Merge pull request #1340 from gurliv21/issue-1335-fix-twitter-icon-bug
fixes issue 1335 fix-twitter-icon
2 parents 1f04e9d + 247c459 commit dc752fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Website/index.html

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

0 commit comments

Comments
 (0)