mirror of
https://github.com/BeamMP/BeamMP-Website.git
synced 2026-02-16 02:30:47 +00:00
other small fixes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "beammp-website",
|
||||
"private": true,
|
||||
"version": "2.4.5",
|
||||
"version": "2.4.6",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
@@ -153,12 +153,12 @@
|
||||
"4": {
|
||||
"question": "How do I host a server?",
|
||||
"answer":
|
||||
"The server files required for hosting your own server can be found at the top of this page below the client download. You will also require an authentication key which can be found from keymaster. Further information around the setup can be found on our wiki."
|
||||
"The server files required for hosting your own server can be found at the top of this page below the client download. You will also require an authentication key which can be found from keymaster. Further information around the setup can be found on our docs."
|
||||
},
|
||||
"5": {
|
||||
"question": "Can I use mods?",
|
||||
"answer":
|
||||
"Mods are supported. These are installed on the server. See our wiki for more information."
|
||||
"Mods are supported. These are installed on the server. See our docs for more information."
|
||||
}
|
||||
},
|
||||
"stats": {
|
||||
|
||||
@@ -259,7 +259,7 @@ const faqs = [
|
||||
/>
|
||||
<component
|
||||
:is="community.icon"
|
||||
class="w-12 h-12 mb-4 text-neutral-700 dark:text-neutral-300 group-hover:scale-110 transition-transform"
|
||||
class="w-12 h-12 mb-4 text-neutral-700 group-hover:scale-110 transition-transform text-beammp-orange dark:text-beammp-orange"
|
||||
/>
|
||||
<h3 class="text-xl font-bold mb-2">{{ community.name }}</h3>
|
||||
<p class="text-sm text-neutral-600 dark:text-neutral-400">
|
||||
|
||||
Reference in New Issue
Block a user