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 )}