Skip to content

Commit

Permalink
fix: navMenu 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hj9118 committed Apr 25, 2024
1 parent e2fbff1 commit f8bd9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/_components/GNB.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const GNB = () => {
{ href: '/', icon: <Icon id='home' />, subText: '홈' },
{ href: '/chat', icon: <Icon id='chat' />, subText: '채팅' },
{ href: '/write', icon: <Icon id='add' />, subText: '글쓰기' },
{ href: '/noti', icon: <Icon id='heart' />, subText: '알림' },
{ href: '/users', icon: <Icon id='user' />, subText: '유저' },
{ href: '/profile', icon: <Icon id='user' />, subText: '프로필' },
];

Expand Down

0 comments on commit f8bd9f5

Please sign in to comment.