mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-10-11 13:19:49 +02:00
nuxt rewrite missing files
This commit is contained in:
31
website/app/app.vue
Normal file
31
website/app/app.vue
Normal file
@@ -0,0 +1,31 @@
|
||||
<template>
|
||||
<UApp>
|
||||
<UHeader>
|
||||
<template #title>
|
||||
<div class="h-full flex gap-2 items-center">
|
||||
<img src="/blahaj.png" class="h-lh cursor-grab" />
|
||||
<p
|
||||
style="
|
||||
background: linear-gradient(110deg, var(--color-pink), var(--color-blue));
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
"
|
||||
class="font-bold cursor-default text-3xl">
|
||||
Tranga
|
||||
</p>
|
||||
</div>
|
||||
</template>
|
||||
<template #right>
|
||||
<UButton icon="i-lucide-plus" to="/search">Add</UButton>
|
||||
<UColorModeButton />
|
||||
<UButton icon="i-lucide-settings" variant="ghost" to="/settings" />
|
||||
</template>
|
||||
</UHeader>
|
||||
<UMain>
|
||||
<UPage>
|
||||
<NuxtPage />
|
||||
</UPage>
|
||||
</UMain>
|
||||
</UApp>
|
||||
</template>
|
||||
<script setup lang="ts"></script>
|
Reference in New Issue
Block a user