Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
xtian7489 committed Feb 13, 2025
1 parent b159960 commit 333ead0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/lib/site/home-forum/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const HomeForum = (props) => {
case 'acerca-de':
return <HomeAbout {...props} />
case 'archivo':
years = ['2024']
years = ['2023','2024']
return <HomeCatalogo {...props} years={years} state={['ganador']} archive={true} />
default:
// que nunca caiga en la vieja pantalla de proyectos
Expand Down

0 comments on commit 333ead0

Please sign in to comment.