diff options
| author | trisusilo48 <tri.susilo@altama.co.id> | 2024-07-16 15:02:35 +0700 |
|---|---|---|
| committer | trisusilo48 <tri.susilo@altama.co.id> | 2024-07-16 15:02:35 +0700 |
| commit | 30e82c4fdec5869ce7020a1ce93a60ad10f32a2f (patch) | |
| tree | 218d61cc1ff078eda5b958e1b5b88af1411cb937 /src/core/components/elements/Navbar/NavbarDesktop.jsx | |
| parent | ccb5ea650de36e537802893d0abb351739b480b8 (diff) | |
| parent | d78382beb19a1d3714d1c203f933393c702e7369 (diff) | |
Merge branch 'development' of https://bitbucket.org/altafixco/next-indoteknik into development
Diffstat (limited to 'src/core/components/elements/Navbar/NavbarDesktop.jsx')
| -rw-r--r-- | src/core/components/elements/Navbar/NavbarDesktop.jsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/components/elements/Navbar/NavbarDesktop.jsx b/src/core/components/elements/Navbar/NavbarDesktop.jsx index e73a35ee..181eef0d 100644 --- a/src/core/components/elements/Navbar/NavbarDesktop.jsx +++ b/src/core/components/elements/Navbar/NavbarDesktop.jsx @@ -210,14 +210,14 @@ const NavbarDesktop = () => { > Blog Indoteknik </Link> - <Link + {/* <Link href='/video' 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' > Indoteknik TV - </Link> + </Link> */} </div> <div className='w-3/12 flex gap-x-1 relative'> |
