From 74eee5a30d3984d9f6d073604f1c92c8dfff34d9 Mon Sep 17 00:00:00 2001 From: Rene Arumetsa Date: Thu, 30 Apr 2026 15:51:11 +0300 Subject: [PATCH] Fix text coloring --- src/components/HeroSection.tsx | 8 ++++---- src/components/TeaserCarousel.tsx | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/HeroSection.tsx b/src/components/HeroSection.tsx index aec1019..24223f3 100644 --- a/src/components/HeroSection.tsx +++ b/src/components/HeroSection.tsx @@ -24,7 +24,7 @@ export default function HeroSection() { {/* Left: logo + info + CTA */}
TipiLAN Logo {t("hero.date")}

-

+

{t("hero.location")}

@@ -49,7 +49,7 @@ export default function HeroSection() { {/* Right: prize pool + award */}
-

+

{t("hero.prizePool")}

@@ -64,7 +64,7 @@ export default function HeroSection() { alt="TalTech student award" className="object-contain" /> -

+

{t("hero.award")}

diff --git a/src/components/TeaserCarousel.tsx b/src/components/TeaserCarousel.tsx index d503399..7033693 100644 --- a/src/components/TeaserCarousel.tsx +++ b/src/components/TeaserCarousel.tsx @@ -48,7 +48,7 @@ export default function TeaserCarousel() {

{t("heading")}

@@ -59,7 +59,7 @@ export default function TeaserCarousel() { {title} -

+

{description}