Skip to content

Commit 5a4efec

Browse files
committed
refactor: 사이드바 경로 수정
1 parent 77f8e4f commit 5a4efec

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

components/common/Sidebar.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ const navItems = [
1616
{ label: '홈', href: '/', icon: Home },
1717
{ label: '개발 일지', href: '/logs', icon: ClipboardList },
1818
{ label: '계획 관리', href: '/plans', icon: CalendarPlus },
19-
{ label: '새 페이지 만들기', href: '/pages/new', icon: CopyPlus },
20-
]
21-
19+
{ label: '새 페이지 만들기', href: '/write', icon: CopyPlus },
20+
];
2221

2322
const Sidebar = () => {
2423
const pathname = usePathname();

0 commit comments

Comments
 (0)