mirror of
https://github.com/Lapikud/tipilan.git
synced 2026-05-08 18:08:32 +00:00
Minor stuff in cs2 and lol pages'
This commit is contained in:
@@ -10,7 +10,7 @@ const sectionKeys = [
|
|||||||
{ id: "prizes", labelKey: "cs2page.nav.prizes" },
|
{ id: "prizes", labelKey: "cs2page.nav.prizes" },
|
||||||
{ id: "format", labelKey: "cs2page.nav.format" },
|
{ id: "format", labelKey: "cs2page.nav.format" },
|
||||||
{ id: "vrs", labelKey: "cs2page.nav.vrs" },
|
{ id: "vrs", labelKey: "cs2page.nav.vrs" },
|
||||||
{ id: "faq", labelKey: "cs2page.nav.faq" },
|
// { id: "faq", labelKey: "cs2page.nav.faq" },
|
||||||
{ id: "rules", labelKey: "cs2page.nav.rules" },
|
{ id: "rules", labelKey: "cs2page.nav.rules" },
|
||||||
];
|
];
|
||||||
|
|
||||||
@@ -164,7 +164,7 @@ export default async function CS2Tournament({
|
|||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
{/* FAQ */}
|
{/* FAQ - commented out until content is ready
|
||||||
<section id="faq" className="mb-12">
|
<section id="faq" className="mb-12">
|
||||||
<h2
|
<h2
|
||||||
className={`${vipnagorgialla.className} font-bold italic text-2xl md:text-3xl text-[#EEE5E5] uppercase mb-4`}
|
className={`${vipnagorgialla.className} font-bold italic text-2xl md:text-3xl text-[#EEE5E5] uppercase mb-4`}
|
||||||
@@ -180,6 +180,7 @@ export default async function CS2Tournament({
|
|||||||
{t("cs2page.faq.a1")}
|
{t("cs2page.faq.a1")}
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
*/}
|
||||||
|
|
||||||
{/* REEGLID */}
|
{/* REEGLID */}
|
||||||
<section id="rules" className="mb-12">
|
<section id="rules" className="mb-12">
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ const sectionKeys = [
|
|||||||
{ id: "info", labelKey: "lolpage.nav.info" },
|
{ id: "info", labelKey: "lolpage.nav.info" },
|
||||||
{ id: "prizes", labelKey: "lolpage.nav.prizes" },
|
{ id: "prizes", labelKey: "lolpage.nav.prizes" },
|
||||||
{ id: "format", labelKey: "lolpage.nav.format" },
|
{ id: "format", labelKey: "lolpage.nav.format" },
|
||||||
{ id: "faq", labelKey: "lolpage.nav.faq" },
|
// { id: "faq", labelKey: "lolpage.nav.faq" },
|
||||||
{ id: "rules", labelKey: "lolpage.nav.rules" },
|
{ id: "rules", labelKey: "lolpage.nav.rules" },
|
||||||
];
|
];
|
||||||
|
|
||||||
@@ -127,7 +127,7 @@ export default async function LoLTournament({
|
|||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
{/* FAQ */}
|
{/* FAQ - commented out until content is ready
|
||||||
<section id="faq" className="mb-12">
|
<section id="faq" className="mb-12">
|
||||||
<h2
|
<h2
|
||||||
className={`${vipnagorgialla.className} font-bold italic text-2xl md:text-3xl text-[#EEE5E5] uppercase mb-4`}
|
className={`${vipnagorgialla.className} font-bold italic text-2xl md:text-3xl text-[#EEE5E5] uppercase mb-4`}
|
||||||
@@ -143,6 +143,7 @@ export default async function LoLTournament({
|
|||||||
{t("lolpage.faq.a1")}
|
{t("lolpage.faq.a1")}
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
*/}
|
||||||
|
|
||||||
{/* REEGLID */}
|
{/* REEGLID */}
|
||||||
<section id="rules" className="mb-12">
|
<section id="rules" className="mb-12">
|
||||||
|
|||||||
@@ -364,7 +364,7 @@
|
|||||||
},
|
},
|
||||||
"rules": {
|
"rules": {
|
||||||
"title": "RULES",
|
"title": "RULES",
|
||||||
"comingSoon": "Rules will be added here:)"
|
"comingSoon": "Coming soon..."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"schedule": {
|
"schedule": {
|
||||||
|
|||||||
@@ -365,7 +365,7 @@
|
|||||||
},
|
},
|
||||||
"rules": {
|
"rules": {
|
||||||
"title": "REEGLID",
|
"title": "REEGLID",
|
||||||
"comingSoon": "Siia tulevad reeglid:)"
|
"comingSoon": "Avaldamisel..."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"schedule": {
|
"schedule": {
|
||||||
|
|||||||
Reference in New Issue
Block a user