diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-03-31 17:00:45 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-03-31 17:00:45 +0700 |
| commit | 028d3a21b17ea56f959c2a42b97353ef58e3eac4 (patch) | |
| tree | 62c9c03cf6e3af800426b7c1bbee2f28f6a9fe34 /src/core/components/elements/Navbar/NavbarDesktop.jsx | |
| parent | 0de043b180c1529b2d57d900523eece703e543a2 (diff) | |
toaster
Diffstat (limited to 'src/core/components/elements/Navbar/NavbarDesktop.jsx')
| -rw-r--r-- | src/core/components/elements/Navbar/NavbarDesktop.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/components/elements/Navbar/NavbarDesktop.jsx b/src/core/components/elements/Navbar/NavbarDesktop.jsx index 380b0a16..c01cb777 100644 --- a/src/core/components/elements/Navbar/NavbarDesktop.jsx +++ b/src/core/components/elements/Navbar/NavbarDesktop.jsx @@ -22,7 +22,7 @@ const NavbarDesktop = () => { return ( <DesktopView> - <div className='py-3 bg-yellow_r-10/80'> + <div className='py-3 bg-yellow_r-10/80' id='desktop-nav-top'> <div className='container mx-auto flex justify-between'> <Link href='/' className='!text-gray_r-12'> Tentang Indoteknik.com |
