Fixes...
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Dieser Commit ist enthalten in:
Chaoscaot 2024-08-12 21:06:35 +02:00
Ursprung f11769b46b
Commit c9a06443b2
2 geänderte Dateien mit 2 neuen und 7 gelöschten Zeilen

Datei anzeigen

@ -9,7 +9,7 @@
"faq": "FAQ" "faq": "FAQ"
}, },
"rules": { "rules": {
"title": "Gamemodes", "title": "Game modes",
"rotating": "Rotating", "rotating": "Rotating",
"general": "General", "general": "General",
"coc": "Code of Conduct" "coc": "Code of Conduct"
@ -70,7 +70,7 @@
"privacy": "Privacy Policy", "privacy": "Privacy Policy",
"coc": "Code of Conduct", "coc": "Code of Conduct",
"stats": "Stats", "stats": "Stats",
"gamemodes": "Gamemodes", "gamemodes": "Game modes",
"announcements": "Announcements", "announcements": "Announcements",
"join": "Join Now" "join": "Join Now"
}, },

Datei anzeigen

@ -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.1")}</p>
<p class="mt-4">{t("home.benefits.minigames.description.2")}</p> <p class="mt-4">{t("home.benefits.minigames.description.2")}</p>
</Card> </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> </div>
</section> </section>
<section class="w-full py-12"> <section class="w-full py-12">