This commit is contained in:
2024-08-15 17:04:19 +02:00
parent a70b00ae14
commit 2321289edb
3 changed files with 11 additions and 2 deletions

View File

@@ -112,6 +112,15 @@
"qg": {
"title": "QuickGear"
},
"sf": {
"title": "StreetFight"
},
"megawg": {
"title": "MegaWarGear"
},
"micro": {
"title": "MicroWarGear"
},
"footer": {
"imprint": "Impressum",
"privacy": "Datenschutzerklärung",

View File

@@ -57,7 +57,7 @@ const {Content} = await page.render();
<a class="text-neutral-800 dark:text-neutral-400 hover:underline" href={l(`/rangliste/${page.id.split("/")[1].split(".")[0]}`)}>{t("rules.ranking")}</a>
</Fragment>
)}
{publics && (
{publics && publics.length != 0 && (
<Fragment>
<div class="flex overflow-x-scroll">
{publics.map(value => (