summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorLarvan2 <[email protected]>2026-04-10 20:29:24 +0800
committerLarvan2 <[email protected]>2026-04-10 20:29:24 +0800
commit57b2b5491c9c2cfb0f41606120b67cbb42350fa9 (patch)
tree6039e2adef221f6c3024b17bf83767e727dfcc51 /src/components
parentc8604a7f794dcab8d8a7d58c3c4cbd1c4cd32755 (diff)
fix(SideBar): update root path from '/' to '/home'
Diffstat (limited to 'src/components')
-rw-r--r--src/components/SideBar.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/SideBar.tsx b/src/components/SideBar.tsx
index 18b80d1..307a362 100644
--- a/src/components/SideBar.tsx
+++ b/src/components/SideBar.tsx
@@ -51,7 +51,7 @@ interface SideBarRowProps {
const pages = [
{
- to: '/',
+ to: '/home',
iconId: 'activity',
labelText: 'Overview',
},