Skip to content

Commit

Permalink
Merge pull request #122 from SwiftServerConf/schedule-updates
Browse files Browse the repository at this point in the history
Tweak Schedule
  • Loading branch information
0xTim authored Sep 8, 2024
2 parents 9f33ef5 + 9f466e4 commit bc4f2cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/Conference/Components/Schedule.swift
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ struct Schedule: Component {
}
TableRow {
TableCell("16:00 - 16:40").class("text-center font-weight-bold")
createTalkRow(speakerName: "Nick Lockwood")
createTalkRow(speakerName: "Sebastien Stormacq")
}
TableRow {
TableCell("16:40 - 17:15").class("text-center font-weight-bold")
Expand Down Expand Up @@ -135,7 +135,7 @@ struct Schedule: Component {
}
TableRow {
TableCell("15:50 - 16:30").class("text-center font-weight-bold")
createTalkRow(speakerName: "Sebastien Stormacq")
createTalkRow(speakerName: "Nick Lockwood")
}
TableRow {
TableCell("16:30 - 17:10").class("text-center font-weight-bold")
Expand Down

0 comments on commit bc4f2cc

Please sign in to comment.