Skip to content

Commit

Permalink
fix: quizz anchor link reference (#5561)
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFlin committed Apr 25, 2024
1 parent ba8217d commit caa8681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RelatedRoadmaps.astro
Expand Up @@ -29,7 +29,7 @@ const relatedQuestionDetails = await getQuestionGroupsByIds(relatedQuestions);
</span>
</span>
<a
href='/roadmaps'
href='/questions'
class='text-md rounded-md border bg-white px-3 py-1 font-medium hover:bg-gray-50'
>
<span class='hidden sm:inline'>All Quizzes &rarr;</span>
Expand Down

0 comments on commit caa8681

Please sign in to comment.