diff --git a/next-tavla/app/page.tsx b/next-tavla/app/page.tsx
index 5f1c6f134..db53a3b34 100644
--- a/next-tavla/app/page.tsx
+++ b/next-tavla/app/page.tsx
@@ -52,7 +52,7 @@ function Landing() {
diff --git a/next-tavla/src/Board/scenarios/Table/index.tsx b/next-tavla/src/Board/scenarios/Table/index.tsx
index ea064f2c8..34405f6d8 100644
--- a/next-tavla/src/Board/scenarios/Table/index.tsx
+++ b/next-tavla/src/Board/scenarios/Table/index.tsx
@@ -33,7 +33,9 @@ function Table({
)
- const theme = document.querySelector('.root')?.getAttribute('data-theme')
+ const theme = document
+ .querySelector('[data-theme]')
+ ?.getAttribute('data-theme')
if (departures.length === 0)
return (
@@ -43,7 +45,7 @@ function Table({
alt=""
className="h-[6em] w-[6em] lg:h-[15em] lg:w-[15em] sm:max-h-[10em] sm:max-w-[10em]"
/>
-
+
Ingen avganger de neste 24 timene.