Fixes for e2e tests
Some checks failed
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/deploy Pipeline failed

This commit is contained in:
2026-02-06 19:29:49 -03:00
parent 3f93580090
commit de3ffc8eaa
5 changed files with 14 additions and 25 deletions

View File

@@ -1,6 +1,5 @@
<script lang="ts">
import ContactPanel from '$lib/components/ContactPanel.svelte';
import Footer from '$lib/components/Footer.svelte';
import Hero from '$lib/components/Hero.svelte';
import LinkGroup from '$lib/components/LinkGroup.svelte';
import SharePanel from '$lib/components/SharePanel.svelte';
@@ -67,7 +66,6 @@
/>
{/each}
</div>
<Footer />
<SharePanel
open={shareOpen}
url={shareUrl}