Skip to content

Commit

Permalink
Merge branch 'development' into Cafeteria
Browse files Browse the repository at this point in the history
  • Loading branch information
AdriMM26 authored May 3, 2024
2 parents e5b5a69 + 010633c commit d183390
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified 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.
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
2 changes: 1 addition & 1 deletion src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const hideWifiConfig = ref(config.hideWifiConfig)
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 d183390

Please sign in to comment.