fix: quizz anchor link reference (#5561)

pull/5563/head
SilverFlin 7 months ago committed by GitHub
parent ba8217d61c
commit caa8681272
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/components/RelatedRoadmaps.astro

@ -29,7 +29,7 @@ const relatedQuestionDetails = await getQuestionGroupsByIds(relatedQuestions);
</span> </span>
</span> </span>
<a <a
href='/roadmaps' href='/questions'
class='text-md rounded-md border bg-white px-3 py-1 font-medium hover:bg-gray-50' 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> <span class='hidden sm:inline'>All Quizzes &rarr;</span>

Loading…
Cancel
Save