Skip to content

Commit

Permalink
hotfix: 환영 메시지 이후 바로 테스트 시작이 아닌 테스트 페이지로 이동만
Browse files Browse the repository at this point in the history
  • Loading branch information
oooppq committed Feb 1, 2024
1 parent 8db51fb commit dceae68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/welcome/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const page = () => {
향수에 입문해보아요
</h3>
<BigLinkButton
to="/find-taste/test"
to="/find-taste"
buttonStyle="absolute bg-acodeblack text-white font-semibold h-[56px] bottom-[67px] text-[18px] left-[50%] -translate-x-2/4"
>
나에게 어울리는 향수 추천 받기
Expand Down

0 comments on commit dceae68

Please sign in to comment.