Skip to content

Commit

Permalink
fix: 라우팅 경로 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yeyounging committed Nov 10, 2024
1 parent ed4ec74 commit 4fe6012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/home/fast/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function FastPage() {
</Div>
<Button
className="fixed inset-x-0 bottom-30 mx-auto w-[60%] whitespace-nowrap"
onClick={() => router.push('/fast/add')}
onClick={() => router.push('/home/fast/add')}
rightIcon={<Plus />}
>
빠른 시작 추가하기
Expand Down

0 comments on commit 4fe6012

Please sign in to comment.