init
All checks were successful
Deploy / build (push) Successful in 52s

This commit is contained in:
alsaze
2025-11-26 19:45:31 +03:00
parent f991896133
commit dc6ecdd223
6 changed files with 200 additions and 5 deletions

View File

@@ -3,7 +3,12 @@
<UHeader
title="Rental"
:toggle="false"
:ui="{ left: 'justify-between w-full', container: 'gap-0', right: 'hidden' }"
:ui="{
root: 'fixed bg-transparent w-full',
left: 'justify-between w-full',
container: 'gap-0',
right: 'hidden',
}"
>
<template #left>
<NuxtLink to="/">
@@ -15,9 +20,7 @@
</UHeader>
<UMain>
<UContainer>
<slot />
</UContainer>
<slot />
</UMain>
<UFooter>