mirror of
https://github.com/Nezumi-2711/Sink.git
synced 2026-09-22 13:48:35 +00:00
chore: a11y
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
class="flex flex-col items-center max-w-4xl p-8 mx-auto my-12 text-center bg-black rounded-lg md:px-20 md:py-20"
|
||||
>
|
||||
<h2 class="text-4xl tracking-tight text-white md:text-6xl">
|
||||
Deployment immediately.
|
||||
Deployment immediately
|
||||
</h2>
|
||||
<p class="mt-4 text-lg text-slate-400 md:text-xl">
|
||||
With just a few simple clicks, you can start deploying without any expenses.
|
||||
@@ -12,6 +12,7 @@
|
||||
<HomeLink
|
||||
href="https://github.com/ccbikai/sink?tab=readme-ov-file#%EF%B8%8F-deployment"
|
||||
type="inverted"
|
||||
title="Start Deploy"
|
||||
>
|
||||
Start Deploy
|
||||
</HomeLink>
|
||||
|
||||
@@ -23,6 +23,7 @@ const { title, description } = useAppConfig()
|
||||
<HomeLink
|
||||
href="/dashboard"
|
||||
target="_blank"
|
||||
title="Dashboard"
|
||||
class="flex items-center justify-center gap-1"
|
||||
rel="noopener"
|
||||
>
|
||||
@@ -36,6 +37,7 @@ const { title, description } = useAppConfig()
|
||||
type="outline"
|
||||
rel="noopener"
|
||||
href="https://github.com/ccbikai/sink"
|
||||
title="Github"
|
||||
class="flex items-center justify-center gap-1"
|
||||
target="_blank"
|
||||
>
|
||||
|
||||
@@ -7,6 +7,7 @@ import { ArrowRight } from 'lucide-vue-next'
|
||||
<a
|
||||
href="https://x.com/ccbikai"
|
||||
target="_blank"
|
||||
title="X(Twitter)"
|
||||
class="inline-flex items-center px-3 py-1 mx-auto my-4 space-x-1 text-sm font-medium rounded-lg bg-muted"
|
||||
>
|
||||
<XIcon class="w-4 h-4" />
|
||||
|
||||
Reference in New Issue
Block a user