Skip to content

Commit

Permalink
Merge pull request #127 from SwiftServerConf/after-party
Browse files Browse the repository at this point in the history
Add after party
  • Loading branch information
0xTim authored Sep 20, 2024
2 parents 0d88f05 + e8971ad commit 388473c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Sources/Conference/Components/Schedule.swift
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,11 @@ struct Schedule: Component {
TableCell("Closing Remarks")
}
TableRow {
TableCell("18:00 - 21:00").class("text-center font-weight-bold")
TableCell("After Party TBD")
TableCell("18:30 - 21:00").class("text-center font-weight-bold")
TableCell {
Text("After Party at ")
Link("Hoop and Toy", url: "https://www.greeneking.co.uk/pubs/greater-london/hoop-and-toy").linkTarget(.blank)
}
}
}.class("table table-striped table-bordered")
}.class("panel")
Expand Down

0 comments on commit 388473c

Please sign in to comment.