Skip to content

Commit

Permalink
chore: connect random quiz link (#291)
Browse files Browse the repository at this point in the history
* feat: 사용자 profile api 요청 함수 및 훅 구현

* chore: connect-random-quiz-link
  • Loading branch information
jw-r authored Dec 3, 2024
1 parent f979058 commit e03fc26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(routes)/main/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const Home = () => {
</Link>

<Link
href={''}
href={'/quiz/random'}
className="flex w-1/2 flex-col rounded-[20px] bg-background-base-01 px-[20px] pb-[7px] pt-[16px]"
>
<Text typography="subtitle1-bold" className="mb-[2px]">
Expand Down

0 comments on commit e03fc26

Please sign in to comment.