diff --git a/src/app/reeglid/page.tsx b/src/app/reeglid/page.tsx
index 9339faf..4afaf1e 100644
--- a/src/app/reeglid/page.tsx
+++ b/src/app/reeglid/page.tsx
@@ -1,5 +1,6 @@
import {vipnagorgialla} from "@/components/Vipnagorgialla";
import Link from "next/link";
+import SectionDivider from "@/components/SectionDivider";
export default function RulesMenu() {
const headingStyle = `text-5xl sm:text-6xl ${vipnagorgialla.className} font-bold italic text-[#2A2C3F] dark:text-[#EEE5E5]`;
@@ -8,7 +9,7 @@ export default function RulesMenu() {
const boxTextStyle = `text-3xl ${vipnagorgialla.className} font-bold uppercase text-[#EEE5E5] pb-2`;
- const SectionDivider = () =>
;
+ // const SectionDivider = () => ;
return (
diff --git a/src/app/turniirid/page.tsx b/src/app/turniirid/page.tsx
index a254a60..dfaa889 100644
--- a/src/app/turniirid/page.tsx
+++ b/src/app/turniirid/page.tsx
@@ -1,11 +1,12 @@
import { vipnagorgialla } from "@/components/Vipnagorgialla";
import Link from "next/link";
import Image from "next/image";
+import SectionDivider from "@/components/SectionDivider";
export default function Tourney() {
const headingStyle = `text-3xl md:text-5xl lg:text-5xl ${vipnagorgialla.className} font-bold uppercase text-[#2A2C3F] dark:text-[#EEE5E5] -skew-x-2 md:-skew-x-5`;
- const SectionDivider = () =>
;
+ // const SectionDivider = () =>
;
return (
@@ -74,8 +75,7 @@ export default function Tourney() {
-
-
+
{/* LoL turniir */}