From ef80581cd82d54ada37a623131f25e13c2b8465f Mon Sep 17 00:00:00 2001 From: Victor Hugo Baum Schlichting Date: Thu, 24 Jul 2025 10:47:03 -0300 Subject: [PATCH] fix: updating classnames to dark theme --- .../mini-projetos/featured-challenge-section.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/routes/_layout-app/_mini-projetos/mini-projetos/featured-challenge-section.tsx b/app/routes/_layout-app/_mini-projetos/mini-projetos/featured-challenge-section.tsx index 807f1488..fc619d5e 100644 --- a/app/routes/_layout-app/_mini-projetos/mini-projetos/featured-challenge-section.tsx +++ b/app/routes/_layout-app/_mini-projetos/mini-projetos/featured-challenge-section.tsx @@ -24,18 +24,18 @@ export default function FeaturedChallengeSection({

Mini Projeto em destaque

-

+

{featuredChallenge.name}

-

+

Participe do Mini Projeto da semana com a gente. Toda semana um novo Mini Projeto que será resolvido oficialmente pela equipe do Codante.

- + Resolução: - + {renderDate(featuredChallenge.solution_publish_date!)} {" "} @@ -105,7 +105,7 @@ function Countdown({ if (!remainingTime) return (

- + Faltam: @@ -116,16 +116,16 @@ function Countdown({ <>

{!timerEnded ? ( - + Faltam: - + {days === 0 ? "" : `${days} ${days === 1 ? "dia" : "dias"}, `} {hours}:{minutes}:{seconds} ) : ( - + Tutorial será publicado em breve )}