diff --git a/src/app/[locale]/turniirid/cs2/page.tsx b/src/app/[locale]/turniirid/cs2/page.tsx
index 9c1a6a2..3ea7510 100644
--- a/src/app/[locale]/turniirid/cs2/page.tsx
+++ b/src/app/[locale]/turniirid/cs2/page.tsx
@@ -10,7 +10,7 @@ const sectionKeys = [
{ id: "prizes", labelKey: "cs2page.nav.prizes" },
{ id: "format", labelKey: "cs2page.nav.format" },
{ id: "vrs", labelKey: "cs2page.nav.vrs" },
- { id: "faq", labelKey: "cs2page.nav.faq" },
+ // { id: "faq", labelKey: "cs2page.nav.faq" },
{ id: "rules", labelKey: "cs2page.nav.rules" },
];
@@ -164,7 +164,7 @@ export default async function CS2Tournament({
- {/* FAQ */}
+ {/* FAQ - commented out until content is ready
+ */}
{/* REEGLID */}
diff --git a/src/app/[locale]/turniirid/lol/page.tsx b/src/app/[locale]/turniirid/lol/page.tsx
index 49a96f1..b50fad1 100644
--- a/src/app/[locale]/turniirid/lol/page.tsx
+++ b/src/app/[locale]/turniirid/lol/page.tsx
@@ -8,7 +8,7 @@ const sectionKeys = [
{ id: "info", labelKey: "lolpage.nav.info" },
{ id: "prizes", labelKey: "lolpage.nav.prizes" },
{ id: "format", labelKey: "lolpage.nav.format" },
- { id: "faq", labelKey: "lolpage.nav.faq" },
+ // { id: "faq", labelKey: "lolpage.nav.faq" },
{ id: "rules", labelKey: "lolpage.nav.rules" },
];
@@ -127,7 +127,7 @@ export default async function LoLTournament({
- {/* FAQ */}
+ {/* FAQ - commented out until content is ready
+ */}
{/* REEGLID */}
diff --git a/translations/en.json b/translations/en.json
index 22bf75c..17d03f2 100644
--- a/translations/en.json
+++ b/translations/en.json
@@ -364,7 +364,7 @@
},
"rules": {
"title": "RULES",
- "comingSoon": "Rules will be added here:)"
+ "comingSoon": "Coming soon..."
}
},
"schedule": {
diff --git a/translations/et.json b/translations/et.json
index 0796095..fc04450 100644
--- a/translations/et.json
+++ b/translations/et.json
@@ -365,7 +365,7 @@
},
"rules": {
"title": "REEGLID",
- "comingSoon": "Siia tulevad reeglid:)"
+ "comingSoon": "Avaldamisel..."
}
},
"schedule": {