Fix small link issue

This commit is contained in:
Starystars67
2025-12-23 14:19:54 +00:00
parent cf53167cec
commit 176b5c2934
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "beammp-website",
"private": true,
"version": "2.4.4",
"version": "2.4.5",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -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"