Skip to content

Commit

Permalink
fixed date in december
Browse files Browse the repository at this point in the history
  • Loading branch information
daniloccangucu committed Nov 18, 2024
1 parent 83eedb9 commit eade17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Hohoho/utils/DeadlinesUtils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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' }
]
}
Expand Down

0 comments on commit eade17b

Please sign in to comment.