Skip to content

Commit

Permalink
We are live
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrià Martínez committed May 3, 2024
1 parent 010633c commit 1440507
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ interface Config {
const config: Config = {
// fakeStartTime: '15/4/2024 21:59:55',
disabled: false,
hideChallengesAndPrizes: true,
hideCafeteriaSchedule: true,
hideMeals: true,
hideChallengesAndPrizes: false,
hideCafeteriaSchedule: false,
hideMeals: false,
hideWifiConfig: false,
hideMission: true,
hideMission: false,
hideActivities: false,
workingDiscovery: true,
hideMentors: true,
Expand Down
4 changes: 2 additions & 2 deletions src/views/Meals.vue
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ const currentView = computed<'cafeteria' | 'regular'>(() => {
<template v-else>
<ul>
<li><b>Friday</b>: The cafeteria will not open on friday!</li>
<li><b>Saturday</b>:</li>
<li><b>Sunday</b>:</li>
<li><b>Saturday</b>:From 0:00h to 11:00h, 12:00h to 17:00h and 18:00h to 0:00h</li>
<li><b>Sunday</b>: From 0:00h to 2:00h and from 3:00h to 12:00h</li>
</ul>
</template>
</div>
Expand Down

0 comments on commit 1440507

Please sign in to comment.