Skip to content

Commit eee609e

Browse files
committed
Change 2023 image in past events
1 parent 65d072c commit eee609e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"@tailwindcss/postcss": "^4",
2323
"eslint": "^9",
2424
"eslint-config-next": "15.3.1",
25-
"tailwindcss": "^4"
25+
"tailwindcss": "^4.1.4"
2626
}
2727
}

src/data/pastEvents.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const pastEvents = [
1515
{
1616
year: "2023",
1717
cities: ["Valparaíso", "Puerto Montt", "Santiago"],
18-
mainImage: "/images/gallery/valpo/PYDAY_2023_VALPO_03.webp",
18+
mainImage: "/images/gallery/valpo/PYDAY_2023_VALPO_02.webp",
1919
attendees: "720",
2020
talks: 23,
2121
workshops: 6,

0 commit comments

Comments
 (0)