Skip to content

Commit

Permalink
Merge branch 'development' into FIX/ActivityBiene
Browse files Browse the repository at this point in the history
  • Loading branch information
AdriMM26 authored May 3, 2024
2 parents f1f7999 + 010633c commit d404935
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 34 deletions.
Binary file added src/assets/img/wifi-qr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 0 additions & 30 deletions src/assets/img/wifi-qr.svg

This file was deleted.

2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const config: Config = {
hideChallengesAndPrizes: true,
hideCafeteriaSchedule: true,
hideMeals: true,
hideWifiConfig: true,
hideWifiConfig: false,
hideMission: true,
hideActivities: false,
workingDiscovery: true,
Expand Down
2 changes: 1 addition & 1 deletion src/data/discover.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export interface Discover {
export const discovers: Discover[] = [
{
title: 'Where to eat?',
description: `Check out the best places to eat in Barcelona!`,
description: `In Barcelona we have a lot of different types of food and drinks places! \n\n `,
},
{
title: 'What to visit',
Expand Down
4 changes: 2 additions & 2 deletions src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ const hideWifiConfig = ref(config.hideWifiConfig)
<template v-else>
<img
class="wifi__qr"
src="@/assets/img/wifi-qr.svg"
src="@/assets/img/wifi-qr.png"
alt=""
tabindex="0"
/>
<div class="wifi__inner">
SSID: <code>HACKUPC2024</code><br />
SSID: <code>HACKUPC2024B</code><br />
Password: <code>Biene2024!</code>
</div>
</template>
Expand Down

0 comments on commit d404935

Please sign in to comment.