mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-10-15 09:50:48 +02:00
lint and prettier
This commit is contained in:
@@ -2,20 +2,20 @@
|
||||
<UApp>
|
||||
<UHeader>
|
||||
<template #left>
|
||||
<NuxtLink to="https://github.com/C9Glax/tranga" external noPrefetch
|
||||
<NuxtLink to="https://github.com/C9Glax/tranga" external no-prefetch
|
||||
><Icon name="i-lucide-github" />API</NuxtLink
|
||||
>
|
||||
<NuxtLink to="https://github.com/C9Glax/tranga-website" external noPrefetch
|
||||
<NuxtLink to="https://github.com/C9Glax/tranga-website" external no-prefetch
|
||||
><Icon name="i-lucide-github" />Website</NuxtLink
|
||||
>
|
||||
<NuxtLink :to="`${$config.public.openFetch.api.baseURL}swagger`" external noPrefetch
|
||||
<NuxtLink :to="`${$config.public.openFetch.api.baseURL}swagger`" external no-prefetch
|
||||
><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" alt="Blahaj" />
|
||||
<p
|
||||
style="
|
||||
background: linear-gradient(110deg, var(--color-pink), var(--color-blue));
|
||||
|
Reference in New Issue
Block a user