We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5790aa commit 9cada7fCopy full SHA for 9cada7f
1 file changed
src/pages/puzzles/[slug].astro
@@ -46,7 +46,7 @@ export const getStaticPaths = (() =>
46
) : (
47
<div class="flex gap-4 items-center justify-center my-8 select-none">
48
<Icon class="text-5xl text-neutral-500" name="mdi:box-variant-closed" />
49
- <p class="font-bold text-2xl text-neutral-500">Mistery</p>
+ <p class="font-bold text-2xl text-neutral-500">Mystery</p>
50
</div>
51
)
52
}
0 commit comments