small fixes

This commit is contained in:
d34dscene
2025-08-03 21:05:07 +02:00
parent 7a9e697598
commit 1f0c0625fa
25 changed files with 378 additions and 278 deletions

View File

@@ -1,3 +1,8 @@
<svelte:head>
<title>Welcome - Mantrae</title>
<meta name="description" content="Configure your Mantrae server connection to get started with reverse proxy management" />
</svelte:head>
<script lang="ts">
import * as Card from '$lib/components/ui/card/index.js';
import { Button } from '$lib/components/ui/button/index.js';