diff options
| author | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-03-29 11:14:10 +0700 |
|---|---|---|
| committer | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-03-29 11:14:10 +0700 |
| commit | ac230a35f325cc47e89fd5d635847536f2dd9b44 (patch) | |
| tree | 140f183209ca2353de06fdeb3e7028b43ee28c40 /src/core/components/elements/Navbar | |
| parent | 5f8362bc9272af730a084b7cc1dda6537f7f8d40 (diff) | |
| parent | aa21c215d18d0a80e7f2979f9a18f5af7db02f8c (diff) | |
Merge branch 'master' of https://bitbucket.org/altafixco/next-indoteknik
Diffstat (limited to 'src/core/components/elements/Navbar')
| -rw-r--r-- | src/core/components/elements/Navbar/NavbarDesktop.jsx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/components/elements/Navbar/NavbarDesktop.jsx b/src/core/components/elements/Navbar/NavbarDesktop.jsx index e06b327a..5d7fe846 100644 --- a/src/core/components/elements/Navbar/NavbarDesktop.jsx +++ b/src/core/components/elements/Navbar/NavbarDesktop.jsx @@ -109,6 +109,12 @@ const NavbarDesktop = () => { > Blog Indoteknik </Link> + <Link + href='/video' + className='p-4 flex-1 flex justify-center items-center !text-gray_r-12/80 bg-gray_r-2 hover:bg-gray_r-4 border border-gray_r-6 idt-transition' + > + Indoteknik TV + </Link> </div> <div className='w-3/12 flex gap-x-1 relative'> |
