mirror of
https://github.com/BeamMP/BeamMP-Website.git
synced 2026-02-16 02:30:47 +00:00
fix another link
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "beammp-website",
|
||||
"private": true,
|
||||
"version": "2.4.6",
|
||||
"version": "2.4.7",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user