Skip to content

Commit 367b775

Browse files
authored
Merge pull request #64 from keobox/update-twitter
Update twitter's icon.
2 parents eb1e1fb + 13d74bc commit 367b775

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<meta charset="utf-8" />
1313
<meta name="viewport" content="width=device-width, initial-scale=1" />
1414
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
15+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
1516
<link rel="stylesheet" href="assets/css/main.css" />
1617
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
1718
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
@@ -173,7 +174,7 @@ <h3>LinkedIn</h3>
173174
<div class="4u 12u(mobile)">
174175
<section class="box style1">
175176
<a href="https://twitter.com/PythonMilano">
176-
<span class="icon featured fa-twitter"></span>
177+
<span class="icon featured fa-brands fa-x-twitter"></span>
177178
<h3>Twitter</h3>
178179
</a>
179180
</section>

0 commit comments

Comments
 (0)