diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-02-11 13:47:30 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-02-11 13:47:30 -0800 |
| commit | 4ad2eda05068b4c1bb63774e28dd1d08cf3878b5 (patch) | |
| tree | cfc051df0b1cb57183c7b4437e677ab86b58b469 | |
| parent | e4bf82053a053b0795e1a27bf5865a97844cac80 (diff) | |
update twitter icon to X
| -rw-r--r-- | src/components/SocialNavbar.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/SocialNavbar.astro b/src/components/SocialNavbar.astro index dcb0df3..3ad89a5 100644 --- a/src/components/SocialNavbar.astro +++ b/src/components/SocialNavbar.astro @@ -65,7 +65,7 @@ import "@fortawesome/fontawesome-free/css/all.min.css"; <a href="https://twitter.com/pinapelz" class="dark-social-icon" - title="Twitter"><i class="fab fa-twitter"></i></a + title="Twitter/X"><i class="fab fa-x-twitter"></i></a > <a href="https://blog.pinapelz.com" class="dark-social-icon" title="Blog" ><i class="fa fa-book"></i></a |
