From 39c8f6dd143cb5250133241ab8a970a7e5d32432 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Sat, 30 Jul 2022 17:03:12 +0200 Subject: [PATCH] Update error messages --- src/components/molecules/Heading.svelte | 2 +- src/routes/[country]/[location]/index.ts | 2 +- src/routes/__error.svelte | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/molecules/Heading.svelte b/src/components/molecules/Heading.svelte index efc30f3..4abb740 100644 --- a/src/components/molecules/Heading.svelte +++ b/src/components/molecules/Heading.svelte @@ -12,6 +12,6 @@

- {text} + {@html text}

\ No newline at end of file diff --git a/src/routes/[country]/[location]/index.ts b/src/routes/[country]/[location]/index.ts index f2ce855..f504f86 100644 --- a/src/routes/[country]/[location]/index.ts +++ b/src/routes/[country]/[location]/index.ts @@ -79,7 +79,7 @@ export async function GET ({ params }: RequestEvent): Promise