Skip to content

Commit

Permalink
Merge branch 'development' into Challenges
Browse files Browse the repository at this point in the history
  • Loading branch information
AdriMM26 authored May 3, 2024
2 parents 2af3b49 + 8761848 commit 6441441
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 32 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/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ 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"
/>
Expand Down

0 comments on commit 6441441

Please sign in to comment.