mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-10-11 21:29:50 +02:00
Use nuxtopenfetch
This commit is contained in:
@@ -6,14 +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`"
|
||||
<NuxtLink :to="`${$config.public.openFetch.api.baseURL}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));
|
||||
|
Reference in New Issue
Block a user