diff options
fix: stylew->style
-rw-r--r-- | src/routes/canaries/+page.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/canaries/+page.svelte b/src/routes/canaries/+page.svelte index 69c519e..024980f 100644 --- a/src/routes/canaries/+page.svelte +++ b/src/routes/canaries/+page.svelte @@ -38,7 +38,7 @@ <noscript class="text-white min-w-full min-h-full"> You're using noscript; here are the raw canaries:<br /> {@render rawCanaries()} - {@html `<style>.hidden-if-noscript{display:none !important;}</stylew>`} + {@html `<style>.hidden-if-noscript{display:none !important;}</style>`} </noscript> {/if} {#await initKeystore} |