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