Skip to content

Commit

Permalink
Remove images due to server issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Apr 2, 2024
1 parent 52aa672 commit bf4a590
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/puck/web/event.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -345,10 +345,11 @@ fn attendance_html(ctx: Context) -> html.Node(a) {
html.p_text([attrs.class("center")], "Welcome, friend!"),
]),
]),
image_grid([
"entrance", "firepit", "roundhouse", "tea",
image_grid(
// "entrance", "firepit", "roundhouse", "tea",
// "tipi", "flag", "belltent", "boat",
]),
[],
),
html.div([attrs.class("content")], [
html.h2_text([], "What is it?"),
p(
Expand Down

0 comments on commit bf4a590

Please sign in to comment.