Skip to content

Commit bbc4f93

Browse files
committed
Put the post on the site banner.
1 parent 234b73b commit bbc4f93

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Sources/App/Views/PublicPage.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -329,12 +329,12 @@ class PublicPage {
329329
func announcementBanner() -> Node<HTML.BodyContext> {
330330
return .p(
331331
.class("announcement"),
332-
.text("Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are "),
332+
.text("Has it really been five years since Swift Package Index launched? Read our "),
333333
.a(
334-
.href(SiteURL.readyForSwift6.relativeURL()),
335-
.text("Ready for Swift 6")
334+
.href(SiteURL.blogPost(.value("five-years-of-the-swift-package-index")).relativeURL()),
335+
.text("anniversary blog post")
336336
),
337-
.text("?")
337+
.text("!")
338338
)
339339
}
340340

0 commit comments

Comments
 (0)