Skip to content

Commit f2a91a1

Browse files
committed
add int support on sm page
1 parent eeb75b7 commit f2a91a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/utils/translations.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,8 @@ const getRequiredNamespacesForPath = (relativePath: string) => {
207207
path.startsWith("/web3/") ||
208208
path.startsWith("/what-is-ethereum/") ||
209209
path.startsWith("/quizzes/") ||
210-
path.startsWith("/stablecoins/")
210+
path.startsWith("/stablecoins/") ||
211+
path.startsWith("/smart-contracts/")
211212
) {
212213
requiredNamespaces = [...requiredNamespaces, "learn-quizzes"]
213214
}

0 commit comments

Comments
 (0)