We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77f8e4f commit 5a4efecCopy full SHA for 5a4efec
1 file changed
components/common/Sidebar.tsx
@@ -16,9 +16,8 @@ const navItems = [
16
{ label: '홈', href: '/', icon: Home },
17
{ label: '개발 일지', href: '/logs', icon: ClipboardList },
18
{ label: '계획 관리', href: '/plans', icon: CalendarPlus },
19
- { label: '새 페이지 만들기', href: '/pages/new', icon: CopyPlus },
20
-]
21
-
+ { label: '새 페이지 만들기', href: '/write', icon: CopyPlus },
+];
22
23
const Sidebar = () => {
24
const pathname = usePathname();
0 commit comments