remove prisma db, replace Rental to AT Golden
All checks were successful
Deploy / build (push) Successful in 2m24s
All checks were successful
Deploy / build (push) Successful in 2m24s
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user