We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 234b73b commit bbc4f93Copy full SHA for bbc4f93
Sources/App/Views/PublicPage.swift
@@ -329,12 +329,12 @@ class PublicPage {
329
func announcementBanner() -> Node<HTML.BodyContext> {
330
return .p(
331
.class("announcement"),
332
- .text("Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are "),
+ .text("Has it really been five years since Swift Package Index launched? Read our "),
333
.a(
334
- .href(SiteURL.readyForSwift6.relativeURL()),
335
- .text("Ready for Swift 6")
+ .href(SiteURL.blogPost(.value("five-years-of-the-swift-package-index")).relativeURL()),
+ .text("anniversary blog post")
336
),
337
- .text("?")
+ .text("!")
338
)
339
}
340
0 commit comments