diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-02-17 16:21:04 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-02-17 16:21:04 +0700 |
| commit | 63ff83b83e87f6e9fb5974ed3e310ed1597d07c4 (patch) | |
| tree | 0e5ff29e648a97af3b7d129ba0dcbb983548a964 /src/core/components | |
| parent | 818246e40ae6f851224ffb376c77fe8c18cc8c45 (diff) | |
<iman> add x logo
Diffstat (limited to 'src/core/components')
| -rw-r--r-- | src/core/components/elements/Navbar/NavbarDesktop.jsx | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/core/components/elements/Navbar/NavbarDesktop.jsx b/src/core/components/elements/Navbar/NavbarDesktop.jsx index d6b1bdea..03d7fa0c 100644 --- a/src/core/components/elements/Navbar/NavbarDesktop.jsx +++ b/src/core/components/elements/Navbar/NavbarDesktop.jsx @@ -423,6 +423,20 @@ const SocialMedias = () => ( loading='eager' /> </a> + <a + target='_blank' + rel='noreferrer' + href='https://x.com/indoteknikcom' + aria-label='X - Indoteknik.com' + > + <NextImage + src='/images/socials/x-indoteknik.png' + alt='X' + width={24} + height={24} + loading='eager' + /> + </a> {/* <a target='_blank' rel='noreferrer' href={whatsappUrl(null)}> <NextImage src='/images/socials/Whatsapp.png' @@ -487,6 +501,7 @@ const SocialMedias = () => ( loading='eager' /> </a> + </div> </div> ); |
