fix another link

This commit is contained in:
Starystars67
2025-12-23 14:33:23 +00:00
parent 7f8633ab09
commit 625e5fd596
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -185,13 +185,13 @@ const faqs = [
<Download class="w-6 h-6" />
{{ $t('message.home.hero.download_now') }}
</a>
<a
href="/servers"
<RouterLink
:to="`/${$i18n.locale}/servers`"
class="group flex items-center gap-3 bg-white/10 hover:bg-white/20 backdrop-blur-sm border border-white/30 px-8 py-4 rounded-lg font-semibold text-lg transition-all text-white"
>
<Server class="w-6 h-6" />
{{ $t('message.home.hero.browse_servers') }}
</a>
</RouterLink>
</div>
<!-- Stats -->