Skip to content

Commit 4d08f14

Browse files
committed
Temporarily moved the FAQ.
1 parent 39ed68a commit 4d08f14

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Sources/App/Views/ReadyForSwift6/ReadyForSwift6Show+View.swift

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,6 @@ extension ReadyForSwift6Show {
5353
// .text("Swift 6 release blog post")
5454
// )
5555
// ),
56-
.h3("Total packages compatible with Swift 6"),
57-
.p("Packages with zero data-race safety compiler diagnostics during a successful build on at least one tested platform."),
58-
model.readyForSwift6Chart(kind: .compatiblePackages),
59-
.h3("Total Swift 6 concurrency errors"),
60-
.p(
61-
.text("The total number of all data-race safety diagnostics across "),
62-
.em("all"),
63-
.text(" packages.")
64-
),
65-
model.readyForSwift6Chart(kind: .totalErrors),
6656
.h3("Frequently asked questions"),
6757
.p(
6858
.strong(.text("Q: ")),
@@ -150,7 +140,17 @@ extension ReadyForSwift6Show {
150140
.text("Swift Server Workgroup incubated packages list")
151141
),
152142
.text(".")
153-
)
143+
),
144+
.h3("Total packages compatible with Swift 6"),
145+
.p("Packages with zero data-race safety compiler diagnostics during a successful build on at least one tested platform."),
146+
model.readyForSwift6Chart(kind: .compatiblePackages),
147+
.h3("Total Swift 6 concurrency errors"),
148+
.p(
149+
.text("The total number of all data-race safety diagnostics across "),
150+
.em("all"),
151+
.text(" packages.")
152+
),
153+
model.readyForSwift6Chart(kind: .totalErrors)
154154
)
155155
}
156156
}

0 commit comments

Comments
 (0)