Skip to content

Commit

Permalink
Update activities.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardm27 authored Apr 20, 2024
1 parent e35e6c0 commit df86c44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/activities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export interface Activity {

export const activities: Activity[] = [
{
title: 'Find a biene',
description: /* markdown */ `There are 12 bienes 🐝 hidden in the venue! Find 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.`,
title: 'Find the biene',
description: /* markdown */ `There are 24 bienes 🐝 hidden in the venue! Find 12 of them, take a selfie and show them at the InfoDesk to check your mission stamp! \n\n Please don't remove them from their place.`,
location: 'Hacking area',
time: 'All weekend',
isMission: true,
Expand Down

0 comments on commit df86c44

Please sign in to comment.