Skip to content

Commit ada79c4

Browse files
committed
refactor: 사이드바 타이틀 수정
1 parent f6c3603 commit ada79c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/common/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { auth } from '@/lib/firebase';
1515
const navItems = [
1616
{ label: '홈', href: '/', icon: Home },
1717
{ label: '개발 일지', href: '/logs', icon: ClipboardList },
18-
{ label: '계획 만들기', href: '/plans/new', icon: CalendarPlus },
18+
{ label: '계획 관리', href: '/plans/new', icon: CalendarPlus },
1919
{ label: '새 페이지 만들기', href: '/pages/new', icon: CopyPlus },
2020
];
2121

0 commit comments

Comments
 (0)