Skip to content

Commit 9a16863

Browse files
committed
Enable CFP
1 parent 9976fc1 commit 9a16863

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Sources/Conference/Components/Homepage.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ struct Homepage: Component {
5757
// Text(" at the current schedule.")
5858
Text("The schedule will be released soon!")
5959
}
60-
// Paragraph {
61-
// Text("If you'd like to speak, you can ")
62-
// Link("apply via our CFP", url: "https://www.papercall.io/server-side-swift-2024").linkTarget(.blank)
63-
// Text(".")
64-
// }
60+
Paragraph {
61+
Text("If you'd like to speak, you can ")
62+
Link("apply via our CFP", url: "https://www.papercall.io/serversideswift-2025").linkTarget(.blank)
63+
Text(".")
64+
}
6565
}.class("col-12 col-sm-6 mt-2 mb-2")
6666

6767
Div {

Sources/Conference/Components/Speakers.swift

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ struct Speakers: Component {
2222
.class("h3 text-center")
2323
// Paragraph("Our CFP is now closed - please check back next year!")
2424
// .class("text-center")
25-
Paragraph("Our CFP will be open soon, please check back later!")
26-
.class("text-center")
27-
// Paragraph {
28-
// Text("If you'd like to speak at this years ServerSide.swift, please apply via our CFP. We welcome and encourage talks from all abilities!")
29-
// }.class("text-center")
30-
// Div {
31-
// Link("Apply To Speak", url: "https://www.papercall.io/server-side-swift-2024").linkTarget(.blank).class("btn btn-default btn-gradient")
32-
// }.class("action-buttons pt-3 pb-3 text-center")
25+
// Paragraph("Our CFP will be open soon, please check back later!")
26+
// .class("text-center")
27+
Paragraph {
28+
Text("If you'd like to speak at this years ServerSide.swift, please apply via our CFP. We welcome and encourage talks from all abilities!")
29+
}.class("text-center")
30+
Div {
31+
Link("Apply To Speak", url: "https://www.papercall.io/serversideswift-2025").linkTarget(.blank).class("btn btn-default btn-gradient")
32+
}.class("action-buttons pt-3 pb-3 text-center")
3333
}.class("col")
3434
}.class("container")
3535
}.class("cfp page-block no-height bg-white")

0 commit comments

Comments
 (0)