mirror of
https://github.com/BeamMP/BeamMP-Website.git
synced 2026-04-02 22:06:08 +00:00
Fix small link issue
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "beammp-website",
|
||||
"private": true,
|
||||
"version": "2.4.4",
|
||||
"version": "2.4.5",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
@@ -319,13 +319,13 @@ const faqs = [
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a
|
||||
href="/servers"
|
||||
<RouterLink
|
||||
:to="`/${$i18n.locale}/servers`"
|
||||
class="inline-flex items-center gap-2 bg-beammp-blue hover:bg-beammp-blue/90 text-white px-6 py-3 rounded-lg font-semibold transition-colors"
|
||||
>
|
||||
{{ $t('message.home.find.browse_all_servers') }}
|
||||
<Server class="w-5 h-5" />
|
||||
</a>
|
||||
</RouterLink>
|
||||
</div>
|
||||
<div
|
||||
class="rounded-xl overflow-hidden border border-neutral-200 dark:border-neutral-800 shadow-2xl animate-slide-in order-1 md:order-2"
|
||||
|
||||
Reference in New Issue
Block a user