Skip to content

Commit

Permalink
Fix stickerXchange (#568)
Browse files Browse the repository at this point in the history
* A biene to The biene

* StickerXchange

* Fix warnings

---------

Co-authored-by: Adrià Martínez <adria.martinez@build38.com>
  • Loading branch information
AdriMM26 and Adrià Martínez authored Apr 30, 2024
1 parent e1879c3 commit 15f88f1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/data/activities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion src/data/schedule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)`,
Expand Down
1 change: 0 additions & 1 deletion src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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)
</script>
Expand Down

0 comments on commit 15f88f1

Please sign in to comment.