Skip to content

Commit 0927202

Browse files
committed
Ready for Swift 6 CTA tweak.
1 parent 3bde80f commit 0927202

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/App/Views/PublicPage.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,12 +314,12 @@ class PublicPage {
314314

315315
return .p(
316316
.class("announcement"),
317-
.text("How many packages are compatible with Swift 6? Find out which packages are "),
317+
.text("Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are "),
318318
.a(
319319
.href(SiteURL.readyForSwift6.relativeURL()),
320320
.text("Ready for Swift 6")
321321
),
322-
.text("!")
322+
.text("?")
323323
)
324324
}
325325

0 commit comments

Comments
 (0)