diff options
| author | trisusilo <tri.susilo@altama.co.id> | 2023-08-04 07:29:17 +0000 |
|---|---|---|
| committer | trisusilo <tri.susilo@altama.co.id> | 2023-08-04 07:29:17 +0000 |
| commit | ecbbb788ca58aa94f25b4f29bd74376cd7fe93dc (patch) | |
| tree | e5a9477e880d5f15682ace050d71b9a07f35d630 /src/core/components/elements/Navbar/NavbarDesktop.jsx | |
| parent | 3e4551692d60f3399e6ddf59528725a63f578f57 (diff) | |
| parent | 09d0c6d00a30189530dee12a5a3c7c6b1409f6fe (diff) | |
Merged in CR/voucher (pull request #37)
CR/voucher
Diffstat (limited to 'src/core/components/elements/Navbar/NavbarDesktop.jsx')
| -rw-r--r-- | src/core/components/elements/Navbar/NavbarDesktop.jsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/components/elements/Navbar/NavbarDesktop.jsx b/src/core/components/elements/Navbar/NavbarDesktop.jsx index ea4b03ae..1f5204cd 100644 --- a/src/core/components/elements/Navbar/NavbarDesktop.jsx +++ b/src/core/components/elements/Navbar/NavbarDesktop.jsx @@ -162,8 +162,10 @@ const NavbarDesktop = () => { Ready Stock </Link> <Link - href='/blog' + href='https://blog.indoteknik.com/' className='p-4 flex-1 flex justify-center items-center !text-gray_r-12/80 hover:bg-gray_r-3 idt-transition' + target='_blank' + rel='noreferrer noopener' > Blog Indoteknik </Link> |
