This commit is contained in:
2024-04-01 17:36:31 +02:00
parent c0e0345faa
commit 88bca67745
15 changed files with 87 additions and 62 deletions

View File

@@ -174,7 +174,7 @@ const navLinks = [
},
]
//const activeFeatures = dataStore.tenants.find(dataStore.currentTenant).features
let links = [
{
@@ -305,7 +305,8 @@ let links = [
label: "Belege",
to: "/receipts",
icon: "i-heroicons-document-text"
},{
},
{
label: "Bank",
to: "/banking",
icon: "i-heroicons-document-text"
@@ -482,14 +483,15 @@ const footerLinks = [/*{
</UDashboardLayout>
<div
v-else
class="flex-col mx-auto my-auto mt-10 w-3/4"
class="flex flex-col"
>
<img
:src="!isLight ? '/spaces.svg' : '/spaces_hell.svg'"
alt="Logo"
class="w-1/3 mx-auto"
<UColorModeImage
light="/Logo.png"
dark="/Logo_Dark.png"
class="w-1/2 mx-auto my-10"
/>
<UProgress animation="carousel"/>
<UProgress animation="carousel" class="w-3/4 mx-auto mt-10" />
</div>
</template>