Skip to content

Commit

Permalink
Fix travel (#562)
Browse files Browse the repository at this point in the history
* number of bienes

* travel more conditions
  • Loading branch information
carlotacb authored Apr 21, 2024
1 parent 4604bca commit 3e41f8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/data/schedule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const schedule: RawSchedule = {
},
title: '🐝 Find The Biene',
start: '03/05/2024 21:00',
description: /* markdown */ `You can start looking for bienes around the venue! There are 12 hidden bienes. [More information](/talks)`,
description: /* markdown */ `You can start looking for bienes around the venue! There are 24 hidden bienes. [More information](/talks)`,
},
{
id: 'team-building',
Expand Down
2 changes: 1 addition & 1 deletion src/data/travel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const travels: Travel[] = [
title: 'Get accepted into HackUPC',
tag: 'Invited to HackUPC',
emoji: 'gift',
description: `Congratulations! You have been accepted to HackUPC, once you confirm your attendance you will be able to **check if you need travel reimbursement**. Take into account that we provide: \n - **Up to** 50€ for people coming from Spain (outside Catalunya) \n - **Up to** 120€ for people coming from Europe \n - **Up to** 200€ for people coming from outside Europe.`,
description: `Congratulations! You have been accepted to HackUPC, once you confirm your attendance you will be able to **check if you need travel reimbursement**. Take into account that we provide: \n - **Up to** 50€ for people coming from Spain (outside Catalunya) \n - **Up to** 120€ for people coming from Europe \n - **Up to** 200€ for people coming from outside Europe. \n\n _**Note**: Due the high demand of reimbursement petitions we are only covering **up to** the 50% of the trip since we have a limited budget._`,
},
{
title: 'Confirm your attendance',
Expand Down

0 comments on commit 3e41f8a

Please sign in to comment.