mirror of
https://github.com/OpenSquawk/OpenSquawk
synced 2026-08-14 17:55:36 +08:00
update bridge page
This commit is contained in:
@@ -6,17 +6,11 @@
|
||||
<main class="relative mx-auto w-full max-w-3xl px-5 py-12 sm:px-6 lg:px-8">
|
||||
<nav class="flex flex-col gap-3 sm:flex-row sm:items-center sm:justify-between">
|
||||
<NuxtLink
|
||||
to="/"
|
||||
to="/bridge"
|
||||
class="inline-flex w-full items-center justify-center gap-2 rounded-2xl border border-white/10 bg-white/5 px-4 py-2 text-sm font-medium text-white transition hover:border-white/20 hover:bg-white/10 sm:w-auto"
|
||||
>
|
||||
<span aria-hidden="true">←</span>
|
||||
Back to opensquawk.de
|
||||
</NuxtLink>
|
||||
<NuxtLink
|
||||
to="/bridge"
|
||||
class="inline-flex w-full items-center justify-center gap-2 rounded-2xl bg-[#292D3B] px-4 py-2 text-sm font-semibold text-white transition hover:bg-[#353a4c] sm:w-auto"
|
||||
>
|
||||
Bridge landing
|
||||
Download the Bridge
|
||||
</NuxtLink>
|
||||
</nav>
|
||||
|
||||
|
||||
@@ -16,8 +16,7 @@
|
||||
</NuxtLink>
|
||||
<NuxtLink
|
||||
to="/bridge/connect"
|
||||
class="inline-flex w-full items-center justify-center gap-2 rounded-2xl bg-[#292D3B] px-4 py-2 text-sm font-semibold text-white transition hover:bg-[#353a4c] sm:w-auto"
|
||||
>
|
||||
class="inline-flex w-full items-center justify-center gap-2 rounded-2xl px-4 py-2 text-sm font-semibold text-white transition sm:w-auto hover:bg-white/5 " >
|
||||
<v-icon icon="mdi-link" class="h-5 w-5"/>
|
||||
Link a token
|
||||
</NuxtLink>
|
||||
|
||||
Reference in New Issue
Block a user