mirror of
https://github.com/BeamMP/BeamMP-Website.git
synced 2026-06-18 23:01:27 +00:00
fix another link
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "beammp-website",
|
"name": "beammp-website",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "2.4.6",
|
"version": "2.4.7",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
+3
-3
@@ -185,13 +185,13 @@ const faqs = [
|
|||||||
<Download class="w-6 h-6" />
|
<Download class="w-6 h-6" />
|
||||||
{{ $t('message.home.hero.download_now') }}
|
{{ $t('message.home.hero.download_now') }}
|
||||||
</a>
|
</a>
|
||||||
<a
|
<RouterLink
|
||||||
href="/servers"
|
: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"
|
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" />
|
<Server class="w-6 h-6" />
|
||||||
{{ $t('message.home.hero.browse_servers') }}
|
{{ $t('message.home.hero.browse_servers') }}
|
||||||
</a>
|
</RouterLink>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Stats -->
|
<!-- Stats -->
|
||||||
|
|||||||
Reference in New Issue
Block a user