aboutsummaryrefslogtreecommitdiffstats
path: root/src/routes
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes')
-rw-r--r--src/routes/canaries/+page.svelte2
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}