- change url

This commit is contained in:
Kamil Niemczycki 2023-07-27 23:02:31 +02:00
parent 021dfc85f9
commit 992326ebf0
Signed by: kamilniemczycki
GPG Key ID: 04D4E2012F969213

View File

@ -1,20 +1,3 @@
<template>
<div>
<header class="header">
<div class="flex gap-5 items-center justify-between md:justify-start max-w-screen-xl mx-auto font-thasadith">
<InertiaLink href="/">
<div
class="bg-white text-gray-800 pl-10 pr-5 py-2.5 text-4xl"
>Kamil<span class="logo-green">Craft</span></div>
</InertiaLink>
</div>
</header>
<main class="-my-24 px-2 sm:px-0">
<slot />
</main>
</div>
</template>
<script setup>
</script>
@ -28,3 +11,20 @@
color: rgb(162, 207, 0);
}
</style>
<template>
<div>
<header class="header">
<div class="flex gap-5 items-center justify-between md:justify-start max-w-screen-xl mx-auto font-thasadith">
<InertiaLink href="/dashboard">
<div
class="bg-white text-gray-800 pl-10 pr-5 py-2.5 text-4xl"
>Kamil<span class="logo-green">Craft</span></div>
</InertiaLink>
</div>
</header>
<main class="-my-24 px-2 sm:px-0">
<slot />
</main>
</div>
</template>