Changes
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user