summaryrefslogtreecommitdiff
path: root/src/core/components/elements/Sidebar
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2023-03-07 15:03:35 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2023-03-07 15:03:35 +0700
commit5d4d87c8bdb42c19e57a458fdc4d05de1ade4546 (patch)
tree13a09c2d120d2e8c50dc3c17ebf3ba87d73a54f1 /src/core/components/elements/Sidebar
parent6320efdce499d96796e1727d9065d2b1c1c00c53 (diff)
add dynamic content
Diffstat (limited to 'src/core/components/elements/Sidebar')
-rw-r--r--src/core/components/elements/Sidebar/Sidebar.jsx4
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>