From 38894d05d3676bd0765820bfcbaed3d658198473 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Veikko=20Lintuj=C3=A4rvi?= Date: Mon, 15 Jun 2026 22:56:16 +0300 Subject: [PATCH] Add thank you -message and dates for next year --- src/components/Lead.tsx | 5 +---- src/pages/Archive.tsx | 2 ++ src/pages/Index.tsx | 6 +++--- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/components/Lead.tsx b/src/components/Lead.tsx index 0355741..f280f2e 100644 --- a/src/components/Lead.tsx +++ b/src/components/Lead.tsx @@ -5,10 +5,7 @@ const Lead = () => { return (

- Runofestivaali saariston sylissä! - - 12. - 13.6.2026 - + Kiitos tämän vuoden Runosaaresta! Tervetuloa taas ensi vuonna 3.-5.6.2027

); diff --git a/src/pages/Archive.tsx b/src/pages/Archive.tsx index 00390aa..90ef781 100644 --- a/src/pages/Archive.tsx +++ b/src/pages/Archive.tsx @@ -7,6 +7,7 @@ import PerformersData2022 from '../../data/performers/2022'; import PerformersData2023 from '../../data/performers/2023'; import PerformersData2024 from '../../data/performers/2024'; import PerformersData2025 from '../../data/performers/2025'; +import PerformersData2026 from '../../data/performers/2026'; import Performer from '../../types/Performer'; import { BiChevronDown, BiChevronLeft } from 'react-icons/bi'; @@ -15,6 +16,7 @@ interface PerformerCard extends Performer { } const dataByYear: Record = { + 2026: PerformersData2026, 2025: PerformersData2025, 2024: PerformersData2024, 2023: PerformersData2023, diff --git a/src/pages/Index.tsx b/src/pages/Index.tsx index 6ed92ac..d05a716 100644 --- a/src/pages/Index.tsx +++ b/src/pages/Index.tsx @@ -9,9 +9,9 @@ const Index = () => {

Runosaari

- - - + {/* */} + {/* */} + {/* */} {/* */} {/* */} {/* */}