This commit is contained in:
2025-09-28 19:34:15 +02:00
parent 93c9b0b365
commit 1bce60af7d
15 changed files with 67 additions and 47 deletions

View File

@@ -6,12 +6,14 @@
<NuxtLink to="https://github.com/C9Glax/tranga-website"
><Icon name="i-lucide-github" />Website</NuxtLink
>
<NuxtLink :to="`${$config.public.apiParty.endpoints.api?.url}swagger`"><Icon name="i-lucide-book-open" />Swagger</NuxtLink>
<NuxtLink :to="`${$config.public.apiParty.endpoints.api?.url}swagger`"
><Icon name="i-lucide-book-open" />Swagger</NuxtLink
>
</template>
<template #default>
<NuxtLink to="/">
<div class="h-full flex gap-2 items-center">
<img src="/blahaj.png" class="h-lh cursor-grab" >
<img src="/blahaj.png" class="h-lh cursor-grab" />
<p
style="
background: linear-gradient(110deg, var(--color-pink), var(--color-blue));
@@ -37,5 +39,4 @@
</UMain>
</UApp>
</template>
<script setup lang="ts">
</script>
<script setup lang="ts"></script>