Two month of work

This commit is contained in:
2026-02-17 10:35:03 +01:00
parent 0ffbeeedff
commit d9fd3d1ccb
158 changed files with 5637 additions and 1512 deletions
@@ -1,6 +1,5 @@
<script setup lang="ts">
import AppLogoIcon from '@/components/AppLogoIcon.vue';
import { home } from '@/routes';
import { usePage } from '@inertiajs/vue3';
const page = usePage();
@@ -26,7 +25,7 @@ defineProps<{
<div class="mx-auto flex w-full flex-col justify-center space-y-12 sm:w-[350px]">
<div class="flex flex-col space-y-2">
<div :href="home()" class="flex items-center gap-4">
<div class="flex items-center gap-4">
<AppLogoIcon />
<div>
<h1 class="text-xl font-medium tracking-wide text-amber-50">{{ name }}</h1>