diff --git a/src/assets/img/wifi-qr.png b/src/assets/img/wifi-qr.png
new file mode 100644
index 00000000..89ac32cb
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/activities.ts b/src/data/activities.ts
index 6f2fdcdb..2857fd0b 100644
--- a/src/data/activities.ts
+++ b/src/data/activities.ts
@@ -9,7 +9,7 @@ export interface Activity {
export const activities: Activity[] = [
{
- title: 'Find a biene',
+ title: 'Find the biene',
description: /* markdown */ `There are 24 bienes 🐝 hidden in the venue! Find at least 12 of them, take a selfie and show it on the InfoDesk to check your mission stamp! \n\n Please don't remove them from their place.`,
location: 'Hacking area',
time: 'All weekend',
@@ -35,7 +35,7 @@ export const activities: Activity[] = [
time: 'Sunday 00:30h',
},
{
- title: 'Sticker Xchange',
+ title: 'StickerXchange',
description: /* markdown */ `Want to improve your sticker collection? Come to the cafeteria and exchange your stickers with other hackathon lovers!`,
location: 'Cafeteria',
time: 'Sunday 00:00h',
diff --git a/src/data/schedule.ts b/src/data/schedule.ts
index 155da17d..4a3db4dc 100644
--- a/src/data/schedule.ts
+++ b/src/data/schedule.ts
@@ -454,7 +454,7 @@ export const schedule: RawSchedule = {
text: 'Cafeteria (A5106)',
mapId: 'indoors',
},
- title: '🤝🏼 Sticker Xchange',
+ title: '🤝🏼 StickerXchange',
start: '05/05/2024 00:00',
end: '05/05/2024 00:30',
description: /* markdown */ `Want to find new stickers for your laptop? Come to met new people at the cafeteria! [More information](/activities)`,
diff --git a/src/views/Home.vue b/src/views/Home.vue
index adddbbb7..a4553b48 100644
--- a/src/views/Home.vue
+++ b/src/views/Home.vue
@@ -8,7 +8,6 @@ import PanelContainer from '../components/PanelContainer.vue'
import { DevpostIcon } from '@/components/icons'
import config from '@/config'
import SecretContent from '@/components/SecretContent.vue'
-import { Tooltip } from 'ant-design-vue'
const hideWifiConfig = ref(config.hideWifiConfig)
@@ -24,7 +23,7 @@ const hideWifiConfig = ref(config.hideWifiConfig)