Skip to content

Commit e5f2bcd

Browse files
authored
Merge pull request #183 from ethereum/quiz-i18n
Add /web3 to learn-quizzes list
2 parents f5f41e4 + ff4cd75 commit e5f2bcd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/utils/translations.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ const getRequiredNamespacesForPath = (path: string) => {
135135
path.startsWith("/nft") ||
136136
path.startsWith("/roadmap/merge") ||
137137
path.startsWith("/security") ||
138+
path.startsWith("/web3") ||
138139
path.startsWith("/quizzes")
139140
) {
140141
requiredNamespaces = [...requiredNamespaces, "learn-quizzes"]

0 commit comments

Comments
 (0)