diff --git a/src/pages/Hohoho/utils/DeadlinesUtils.tsx b/src/pages/Hohoho/utils/DeadlinesUtils.tsx index 4094ac9..d4351bd 100644 --- a/src/pages/Hohoho/utils/DeadlinesUtils.tsx +++ b/src/pages/Hohoho/utils/DeadlinesUtils.tsx @@ -362,7 +362,7 @@ const deadlineDataSmall: YearSmall[] = [ month: 'Dec', dates: [ { day: 18, description: { en: "Deadline", es: "Fecha límite", ptbr: "Data limite" }, backgroundColor: 'secondary' }, - { day: 20, description: { en: "End of selection", es: "Fin de la selección", ptbr: "Fim da seleção" }, backgroundColor: 'tertiary' }, + { day: 22, description: { en: "End of selection", es: "Fin de la selección", ptbr: "Fim da seleção" }, backgroundColor: 'tertiary' }, { day: 24, description: { en: "Awarded!", es: "¡Premiado!", ptbr: "Premiado!" }, backgroundColor: 'quaternary' } ] }