Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrià Martínez committed Apr 9, 2024
1 parent a2113d3 commit 9f67b10
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/views/Mission.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ const hideMission = ref(config.hideMission)

<template>
<PanelContainer id="missions">
<Panel
title="The Mission"
size="big"
>The main goal of <b>HackUPC</b> is not to create a project or win a prize, but to have a great time and create lasting memories. It is for this reason that we have prepared The Mission.
To participate, you only need <b>the Mission card</b>, that can be found in your swag bag received at check-in. Complete the tasks and <b>win prizes</b> of all kinds!</Panel>
<Panel title="The Mission" size="big"
>The main goal of <b>HackUPC</b> is not to create a project or win a
prize, but to have a great time and create lasting memories. It is for
this reason that we have prepared The Mission. To participate, you only
need <b>the Mission card</b>, that can be found in your swag bag received
at check-in. Complete the tasks and <b>win prizes</b> of all kinds!</Panel
>
<Panel
v-for="mission in missions"
:key="mission.title"
Expand Down

0 comments on commit 9f67b10

Please sign in to comment.