File tree 2 files changed +13
-13
lines changed
Sources/Conference/Components 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -57,11 +57,11 @@ struct Homepage: Component {
57
57
// Text(" at the current schedule.")
58
58
Text ( " The schedule will be released soon! " )
59
59
}
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
+ }
65
65
} . class ( " col-12 col-sm-6 mt-2 mb-2 " )
66
66
67
67
Div {
Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ struct Speakers: Component {
22
22
. class ( " h3 text-center " )
23
23
// Paragraph("Our CFP is now closed - please check back next year!")
24
24
// .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 " )
33
33
} . class ( " col " )
34
34
} . class ( " container " )
35
35
} . class ( " cfp page-block no-height bg-white " )
You can’t perform that action at this time.
0 commit comments