Skip to content

Commit 8ef6849

Browse files
committed
feat(venue): add community party + public transport options
1 parent 797ee29 commit 8ef6849

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

src/main/scala/io/scala/views/VenueView.scala

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,19 @@ object VenueView extends SimpleView {
1212
div(
1313
Links.highlighted(
1414
"La Grande Crypte - 69 bis Rue Boissière, Paris",
15-
href := "https://lagrandecrypte.com/",
15+
href := "https://maps.app.goo.gl/GuLkQLZeDLGeVzCz9",
1616
textDecoration := "underline"
17-
)
17+
),
18+
p("Closest subway stations: Victor Hugo (line 2), Boissière (line 6)")
19+
),
20+
Titles("Community Party"),
21+
div(
22+
Links.highlighted(
23+
"Le Cabanon Pigalle - 14 rue Jean-Baptiste Pigalle",
24+
href := "https://maps.app.goo.gl/KtCXf3zHJLmuhRYr8",
25+
textDecoration := "underline"
26+
),
27+
p("25 minutes from La Grande Crypte via the subway line 2 between Victor Hugo and Blanche stations.")
1828
)
1929
)
2030
}

0 commit comments

Comments
 (0)