Skip to content

Commit

Permalink
Update dates
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Jun 25, 2024
1 parent 9d18197 commit fcfe118
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/puck/web/event.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ fn attendance_html(ctx: Context) -> html.Node(a) {
them!",
),
html.h2_text([], "When is it?"),
p("5pm Thursday the 6th June to 10am Monday the 10th June"),
p("5pm Thursday the 5th June to 10am Monday the 9th June"),
html.h2_text([], "Where is it?"),
p(
"A wonderful little woodland festival site, 20 minutes drive from King's
Expand Down Expand Up @@ -414,9 +414,7 @@ fn attendance_html(ctx: Context) -> html.Node(a) {
),
html.h2_text([], "Can I come?"),
html.p([], [
html.Text(
"Yes! So long as you are with someone who has attended before.",
),
html.Text("Yes! So long as you know someone who has attended before."),
html.ol([], [
html.li_text(
[],
Expand Down

0 comments on commit fcfe118

Please sign in to comment.