Skip to content

Commit

Permalink
fix: 프로젝트 초대 확인하기 tabList href 수정
Browse files Browse the repository at this point in the history
- #66
  • Loading branch information
SaaaHoP committed Oct 13, 2022
1 parent 90f9dc2 commit 6ea3d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/project/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const ProjectPage = ({ query }: ProjectPageProps) => {
const tabList = useMemo(
() => [
{
href: '/project/invite',
href: '/user/invite',
children: '프로젝트 초대 확인하기',
},
{
Expand Down

0 comments on commit 6ea3d40

Please sign in to comment.