diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-05-14 09:27:26 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-05-14 09:27:26 +0700 |
| commit | 29ecab270822500ead372d8d3e05c9281a514715 (patch) | |
| tree | a32735f4b7fab774de6a2bbee9380f363c51bec2 /src/core/components/elements/Navbar | |
| parent | dd66804b05166ad6bb71bf54fe3374d9897fee86 (diff) | |
| parent | 746a11b810ae9e8a974a76d0548297cd0faff9b5 (diff) | |
Merge branch 'new-release' into CR/form-merchant
Diffstat (limited to 'src/core/components/elements/Navbar')
| -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> ); |
