diff --git a/src/assets/img/wifi-qr.png b/src/assets/img/wifi-qr.png new file mode 100644 index 00000000..c761c557 Binary files /dev/null and b/src/assets/img/wifi-qr.png differ diff --git a/src/assets/img/wifi-qr.svg b/src/assets/img/wifi-qr.svg deleted file mode 100644 index 75d5d200..00000000 --- a/src/assets/img/wifi-qr.svg +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/config.ts b/src/config.ts index d71a177b..df62d4f6 100644 --- a/src/config.ts +++ b/src/config.ts @@ -19,7 +19,7 @@ const config: Config = { hideChallengesAndPrizes: true, hideCafeteriaSchedule: true, hideMeals: true, - hideWifiConfig: true, + hideWifiConfig: false, hideMission: true, hideActivities: false, workingDiscovery: true, diff --git a/src/data/discover.ts b/src/data/discover.ts index 0f134f78..0871dd07 100644 --- a/src/data/discover.ts +++ b/src/data/discover.ts @@ -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', diff --git a/src/views/Home.vue b/src/views/Home.vue index d5486c83..dd82ec5d 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -23,12 +23,12 @@ const hideWifiConfig = ref(config.hideWifiConfig) - SSID: HACKUPC2024 + SSID: HACKUPC2024B Password: Biene2024!
HACKUPC2024
HACKUPC2024B
Biene2024!