update dependencies

This commit is contained in:
2023-11-28 22:15:12 +01:00
parent dc21366f7a
commit 05ddd05a5b
15 changed files with 544 additions and 577 deletions

View File

@@ -1,5 +1,5 @@
<script lang="ts">
import { IconSolid } from 'svelte-heros-v2';
import { ChevronRight } from 'svelte-heros-v2';
import { createEventDispatcher } from 'svelte';
import { env } from '$env/dynamic/public';
@@ -18,7 +18,7 @@
<div class="flex items-center h-12 mb-2">
<button class="sm:absolute btn btn-sm btn-square" on:click={() => dispatch('close')}>
<IconSolid name="chevron-left-solid" />
<ChevronRight variation="outline" />
</button>
<h1 class="text-center text-xl sm:text-3xl m-auto">Registrierung erfolgreich</h1>
</div>