Skip to content

Commit

Permalink
Fix: myinfoform '나중에' 라우팅 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
dongree committed Oct 11, 2023
1 parent 4a55627 commit 52f9fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MyInfoForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export default function MyInfoForm({
<div className="flex flex-col gap-2 my-3">
<BlueBtn text={isSignup ? '등록' : '수정'} onClick={() => {}} />
{isSignup && (
<Link href="/login">
<Link href="/memos">
<WhiteBtn text="나중에" onClick={() => {}} extraStyle="w-full" />
</Link>
)}
Expand Down

0 comments on commit 52f9fd4

Please sign in to comment.