Skip to content

Commit

Permalink
FIX : 임시 URL연결
Browse files Browse the repository at this point in the history
jobkaeHenry committed Nov 15, 2023
1 parent 5678b38 commit d7860ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/components/NavigationBar.tsx
Original file line number Diff line number Diff line change
@@ -33,7 +33,8 @@ const NavbarData = [
{
iconComponent: <MyIcon />,
label: "내 정보",
href: MY_PROFILE,
//FIXME 실제 URL로 변경
href: MY_PROFILE+"/1",
},
];

0 comments on commit d7860ed

Please sign in to comment.