From 0cc939f1388cf00c87c029188d78d5aa7348e411 Mon Sep 17 00:00:00 2001 From: JovannMC Date: Tue, 21 Jan 2025 19:25:15 +0300 Subject: [PATCH] Fix vert BG jumping & comment out privacy policy --- src/routes/+layout.svelte | 9 +++++- src/routes/+page.svelte | 67 ++++++++++++++++++--------------------- 2 files changed, 38 insertions(+), 38 deletions(-) diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 6b134bc..81a6f2e 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -2,10 +2,12 @@ import { beforeNavigate, goto } from "$app/navigation"; import { PUB_HOSTNAME, PUB_PLAUSIBLE_URL } from "$env/static/public"; import { duration } from "$lib/animation"; + import VertVBig from "$lib/assets/vert-bg.svg?component"; import featuredImage from "$lib/assets/VERT_Feature.webp"; import Navbar from "$lib/components/functional/Navbar.svelte"; import Footer from "$lib/components/visual/Footer.svelte"; import Logo from "$lib/components/visual/svg/Logo.svelte"; + import { files, gradientColor, @@ -181,7 +183,7 @@