Skip to content

Commit 288cf9b

Browse files
authored
fix: schedule & subtitle (#40)
1 parent b3d1e43 commit 288cf9b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/EmptyState.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default function EmptyState({ cityId, context = "city" }) {
3535
return {
3636
title:
3737
activeProposals.length > 0
38-
? "Propuestas de Charlas Abiertas"
38+
? "Propuestas de Charlas/Talleres Abiertas"
3939
: "Convocatorias Cerradas",
4040
message:
4141
activeProposals.length > 0

src/data/cities.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const cityData = {
6262
},
6363
santiago: {
6464
name: "Santiago",
65-
date: "6 de junio, 2026, 14:00 - 19:00.",
65+
date: "6 de junio, 2026, 10:00 - 17:00.",
6666
slug: "santiago",
6767
mapCoords: { x: 59, y: 200 },
6868
venue: "Inacap, sede Santiago Centro",

0 commit comments

Comments
 (0)