Skip to content

Commit

Permalink
2025 update
Browse files Browse the repository at this point in the history
  • Loading branch information
annovation committed Dec 29, 2024
1 parent 782cce0 commit f5a1aa8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/sections/home/registration.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const Registration = ({ accepting, deadline, email, links }: Props) => (
ready to receive registrations. You can subscribe to{' '}
<a href={links.newsletter}>our newsletter</a> if you want to get
notified by email.*/}
Registrations for Waldorf Camp 2023. are closed. Thank you.
Registrations for Waldorf Camp 2024. are closed. Thank you.
</p>
)}
</Container>
Expand Down
6 changes: 3 additions & 3 deletions src/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ export default {
title: 'International Waldorf Camp Croatia',
tagline: 'An active and dynamic vacation',
registrations: {
accepting: true,
deadline: '2024-05-15',
accepting: false,
deadline: '2025-05-15',
},
startDate: '2024-08-04',
startDate: '2025-08-03',
durationInDays: 14,
email: '[email protected]',
areWorkshopsWip: false,
Expand Down

0 comments on commit f5a1aa8

Please sign in to comment.