Skip to content

Commit

Permalink
Merge pull request #126 from SwiftServerConf/add-party
Browse files Browse the repository at this point in the history
Add social to schedule
  • Loading branch information
0xTim authored Sep 19, 2024
2 parents 241f319 + e7a7ac7 commit 0d88f05
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Sources/Conference/Components/Schedule.swift
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,11 @@ struct Schedule: Component {
createTalkRow(speakerName: "Franz Busch")
}
TableRow {
TableCell("18:00 - 21:00").class("text-center font-weight-bold")
TableCell("Social Event TBD")
TableCell("19:00 - 21:00").class("text-center font-weight-bold")
TableCell {
H6("NSLondon x ServerSide.swift Social").class("speakers-list-speaker-name")
Link("Meetup Details", url: "https://www.meetup.com/nslondon/events/303450399/")
}
}
}.class("table table-striped table-bordered")
}.class("panel")
Expand All @@ -82,7 +85,7 @@ struct Schedule: Component {
}
Table(header: headerRow) {
TableRow {
TableCell("08:45 - 09:45").class("text-center font-weight-bold")
TableCell("09:00 - 09:45").class("text-center font-weight-bold")
TableCell("Breakfast")
}
TableRow {
Expand Down

0 comments on commit 0d88f05

Please sign in to comment.