Skip to content

Commit

Permalink
fix: today quiz
Browse files Browse the repository at this point in the history
  • Loading branch information
rabyeoljji committed Dec 19, 2024
1 parent 5353e42 commit 80a8b67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/features/quiz/components/today-quiz-arrived/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ const TodayQuizArrived = ({ quizSetId, createdAt }: Props) => {
</Text>
</div>

<Link href={'/quiz/' + quizSetId + '?quizType=today' + '&' + `createdAt=${createdAt}`}>
<Link
href={'/quiz/' + quizSetId + '?quizSetType=TODAY_QUIZ_SET' + '&' + `createdAt=${createdAt}`}
>
<Button variant={'largeRound'} className="w-full">
퀴즈 시작하기
</Button>
Expand Down

0 comments on commit 80a8b67

Please sign in to comment.