Two month of work
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user