Skip to content

Commit

Permalink
fix(navBarData): 홈버튼 라우트 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
joojjang committed Oct 2, 2024
1 parent 312b6ea commit 84e9fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/nav-bar/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const navBarData = [
{
title: 'main',
icon: MainIcon,
path: `/${RouterPath.root}`,
path: `${RouterPath.root}`,
},
{
title: 'rank',
Expand Down

0 comments on commit 84e9fcc

Please sign in to comment.