Skip to content

Commit

Permalink
Merge branch 'development' into styles
Browse files Browse the repository at this point in the history
  • Loading branch information
carlotacb authored Apr 6, 2024
2 parents 9d0a4b3 + 7bb4cd6 commit a333144
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ const submitDeadline = computed<string>(() =>
</div>-->

<p>
The projects must be posted on
<a
The projects must be posted on Devpost
<!--<a
target="_blank"
href="https://hackupc-2023.devpost.com"
rel="noopener noreferrer"
>Devpost</a
>
>-->
before {{ submitDeadline }}. If you don't do it, you won't have access
to the travel reimbursement, prizes nor swag.
</p>
Expand Down Expand Up @@ -112,14 +112,14 @@ const submitDeadline = computed<string>(() =>
<FontAwesomeIcon :icon="['fab', 'twitch']" />
<br />Twitch
</a>
<a
<!--<a
target="_blank"
rel="noopener noreferrer"
href="https://hackupc-2023.devpost.com"
>
<DevpostIcon />
<br />Devpost
</a>
</a>-->
</div>

<div class="buttons">
Expand Down

0 comments on commit a333144

Please sign in to comment.