Skip to content

Commit 9b97136

Browse files
authored
Updated twitter logo to X (ashutosh1919#329)
1 parent 473f4c5 commit 9b97136

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
<link
6464
rel="stylesheet"
65-
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
65+
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
6666
/>
6767
<script src="https://code.iconify.design/1/1.0.4/iconify.min.js"></script>
6868
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/2.0.2/anime.js"></script>

src/portfolio.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ const socialMediaLinks = [
6565
backgroundColor: "#D14836", // Reference https://simpleicons.org/?q=gmail
6666
},
6767
{
68-
name: "Twitter",
68+
name: "X-Twitter",
6969
link: "https://twitter.com/ashutosh_1919",
70-
fontAwesomeIcon: "fa-twitter", // Reference https://fontawesome.com/icons/twitter?style=brands
71-
backgroundColor: "#1DA1F2", // Reference https://simpleicons.org/?q=twitter
70+
fontAwesomeIcon: "fa-x-twitter", // Reference https://fontawesome.com/icons/x-twitter?f=brands&s=solid
71+
backgroundColor: "#000000", // Reference https://simpleicons.org/?q=x
7272
},
7373
{
7474
name: "Facebook",

0 commit comments

Comments
 (0)