From 8f9d5cf48f871e23d23574ead3fcdb613500a82e Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Thu, 26 Dec 2024 00:08:29 +0100 Subject: [PATCH] feat: use jumbotron.svg --- src/components/Jumbotron.astro | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/components/Jumbotron.astro b/src/components/Jumbotron.astro index 1b752c5..1e001f7 100644 --- a/src/components/Jumbotron.astro +++ b/src/components/Jumbotron.astro @@ -1,15 +1,10 @@ --- +const { default: innerHTML } = await import(`/public/jumbotron.svg?raw`); ---
- - +