Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
carlotacb committed Apr 15, 2024
1 parent 61686d3 commit e818462
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/data/rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const rules: Rule[] = [
description: /* markdown */ `
> You can find the full hackathon and submission rules in the [Terms and Conditions](https://legal.hackersatupc.org/hackupc/terms_and_conditions) and [Code of Conduct](https://legal.hackersatupc.org/hackupc/code_of_conduct).
These are some highlights of the HackUPC competition rules ⚖️ **Please read properly and if you have any doubt!**
These are some highlights of the HackUPC competition rules ⚖️ **Please read properly and if you have any doubt don't hesitate to contact us (in email or slack)!**
`,
size: 'big',
},
Expand Down
4 changes: 2 additions & 2 deletions src/data/travel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ export const travels: Travel[] = [
title: 'Get accepted into HackUPC',
tag: 'Invited to HackUPC',
emoji: 'gift',
description: `Congratulations! You are 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.`,
},
{
title: 'Confirm your attendance',
tag: 'Pending review',
emoji: 'hourglass-start',
description: `Now in your [MyHackUPC dashboard](https://my.hackupc.com/reimbursement/dash_board/) it appears a new tab called **Travel**, you can see that you are **Pending review**. \n\n We are reviewing all your demands to be able to give something to everyone, to help you to come to HackUPC. \n\n We will let you know if your demand is accepted or not. \n\n **Please, be patient!**`,
description: `Now in your [MyHackUPC dashboard](https://my.hackupc.com/reimbursement/dash_board/), a new tab called **Travel** appears, you can see that you are **Pending review**. \n\n We are reviewing all your demands to be able to give something to everyone, to help you to come to HackUPC. \n\n We will let you know if your demand is accepted or not. \n\n **Please, be patient!**`,
},
{
title: 'Submit your travel details',
Expand Down
4 changes: 2 additions & 2 deletions src/views/Challenges.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ const hideChallengesAndPrizes = ref(config.hideChallengesAndPrizes)
<blockquote>
Remember that in HackUPC you can develop whatever you want, it's not
mandatory to follow a challenge, what it's important is to follow
<a href="/rules">HackUPC rules</a>!! One project per team and the code
can not start before the event.
<a href="/rules/hRules">HackUPC rules</a>!! One project per team and
the code can not start before the event.
</blockquote>
</div>

Expand Down
2 changes: 1 addition & 1 deletion src/views/Rules.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const currentViewRules = computed<'judging' | 'hRules'>(() => {
<RouterLink
:to="{
name: 'map',
params: { rulesId: 'judging' },
params: { mapId: 'judging' },
}"
class="button"
>
Expand Down

0 comments on commit e818462

Please sign in to comment.