diff options
Diffstat (limited to 'src/core/components/elements/Sidebar')
| -rw-r--r-- | src/core/components/elements/Sidebar/Sidebar.jsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/components/elements/Sidebar/Sidebar.jsx b/src/core/components/elements/Sidebar/Sidebar.jsx index 308538e7..b2514cbe 100644 --- a/src/core/components/elements/Sidebar/Sidebar.jsx +++ b/src/core/components/elements/Sidebar/Sidebar.jsx @@ -128,7 +128,7 @@ const Sidebar = ({ active, close }) => { </SidebarLink> <SidebarLink className={itemClassName} - href='/' + href='/about-us' > Tentang Indoteknik </SidebarLink> @@ -140,7 +140,7 @@ const Sidebar = ({ active, close }) => { </SidebarLink> <SidebarLink className={itemClassName} - href='/' + href='/contact-us' > Hubungi Kami </SidebarLink> |
