Skip to content

Commit

Permalink
Merge pull request #12384 from ethereum/fix-quizzes-title
Browse files Browse the repository at this point in the history
fix: adds missing namespace prefix for quizzes title
  • Loading branch information
nhsz authored Mar 7, 2024
2 parents a7db23c + 3d3d7b3 commit f1ef360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/quizzes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ const QuizzesHubPage: NextPage<
return (
<Box as={MainArticle}>
<PageMetadata
title={t("quizzes-title")}
title={t("common:quizzes-title")}
description={t("quizzes-subtitle")}
image="/heroes/quizzes-hub-hero.png"
/>
<HubHero
title={t("quizzes-title")}
title={t("common:quizzes-title")}
description={t("quizzes-subtitle")}
header={t("test-your-knowledge")}
heroImg={HeroImage}
Expand Down

0 comments on commit f1ef360

Please sign in to comment.