Dieser Commit ist enthalten in:
Ursprung
f11769b46b
Commit
c9a06443b2
@ -9,7 +9,7 @@
|
||||
"faq": "FAQ"
|
||||
},
|
||||
"rules": {
|
||||
"title": "Gamemodes",
|
||||
"title": "Game modes",
|
||||
"rotating": "Rotating",
|
||||
"general": "General",
|
||||
"coc": "Code of Conduct"
|
||||
@ -70,7 +70,7 @@
|
||||
"privacy": "Privacy Policy",
|
||||
"coc": "Code of Conduct",
|
||||
"stats": "Stats",
|
||||
"gamemodes": "Gamemodes",
|
||||
"gamemodes": "Game modes",
|
||||
"announcements": "Announcements",
|
||||
"join": "Join Now"
|
||||
},
|
||||
|
@ -147,11 +147,6 @@ const latestPost = posts.sort((a, b) => dayjs(b.data.created).unix() - dayjs(a.d
|
||||
<p class="mt-4">{t("home.benefits.minigames.description.1")}</p>
|
||||
<p class="mt-4">{t("home.benefits.minigames.description.2")}</p>
|
||||
</Card>
|
||||
<Card client:idle>
|
||||
<Code heigth="64" width="64"/>
|
||||
<h1>{t("home.benefits.open.title")}</h1>
|
||||
<p class="mt-4">{t("home.benefits.open.description")}</p>
|
||||
</Card>
|
||||
</div>
|
||||
</section>
|
||||
<section class="w-full py-12">
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren