remove prisma db, replace Rental to AT Golden
All checks were successful
Deploy / build (push) Successful in 2m24s

This commit is contained in:
alsaze
2025-12-15 14:03:16 +03:00
parent 9fc8bfa94d
commit 091956ade4
22 changed files with 35 additions and 3161 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div class="layout">
<UHeader
title="Rental"
title="AT Golden"
:toggle="false"
:ui="{
root: 'fixed bg-transparent w-full',
@@ -15,7 +15,7 @@
<NuxtLink to="/" class="absolute left-1/2 transform -translate-x-1/2 text-lg flex items-center gap-2">
<Icon name="my-icon:main-logo" :style="{ fontSize: isMobile ? '34px' : '48px' }" />
Rental
AT Golden
</NuxtLink>
<transition name="fade">

View File

@@ -2,7 +2,7 @@
<div class="layout">
<ClientOnly>
<UHeader
title="Rental"
title="AT Golden"
:toggle="false"
:ui="{
root: 'fixed bg-transparent w-full',
@@ -14,7 +14,9 @@
<template #left>
<NuxtLink to="/" class="text-lg flex items-center gap-2">
<Icon name="my-icon:main-logo" :style="{ fontSize: isMobile ? '34px' : '48px' }" />
Rental
<div v-if="!isMobile">
AT Golden
</div>
</NuxtLink>
<div class="absolute left-1/2 transform -translate-x-1/2">