Skip to content

Commit

Permalink
update performances
Browse files Browse the repository at this point in the history
  • Loading branch information
nunull committed May 31, 2024
1 parent aa46d2c commit f6722ad
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
Binary file modified scripts/data.docx
Binary file not shown.
14 changes: 12 additions & 2 deletions src/app/_components/performances.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,21 @@ const performances: Array<any> = [
},
],
},
{
date: "31.05",
performance: [
{
time: "16:30, 17:30, 18:30",
title: "Rehydrating Sphagnum Moss",
author: "Katja Striedelmeyer",
}
]
},
{
date: "01.06",
performance: [
{
time: "14:30, 15:30, 16:30, 17:30, 18:30, 19:00",
time: "14:30, 15:30, 16:30, 17:30, 18:30, 19:30",
title: "Rehydrating Sphagnum Moss",
author: "Katja Striedelmeyer",
},
Expand All @@ -58,7 +68,7 @@ const performances: Array<any> = [
date: "02.06",
performance: [
{
time: "14:30, 15:30, 16:30, 17:30, 18:30, 19:00",
time: "14:30, 15:30, 16:30, 17:30, 18:30, 19:30",
title: "Rehydrating Sphagnum Moss",
author: "Katja Striedelmeyer",
},
Expand Down

0 comments on commit f6722ad

Please sign in to comment.