Skip to content

Commit 3bd6601

Browse files
Merge pull request #3514 from SwiftPackageIndex/update-Swift-6-banner
Update Ready with Swift 6 banner
2 parents b90b51e + c5358d2 commit 3bd6601

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Sources/App/Views/Home/HomeIndex+View.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ enum HomeIndex {
7676
.p(
7777
.strong("Are the packages you use safe from data races?"),
7878
.text(" "),
79-
.text("We’re tracking progress towards data race safety this summer. Find out which packages are “Ready for Swift 6” and check for packages marked as “Safe from data races” when browsing the index.")
79+
.text("We’re tracking progress towards data race safety with Swift 6. Find out which packages are “Ready for Swift 6” and check for packages marked as “Safe from data races” when browsing the index.")
8080
)
8181
),
8282
cta: "Track Progress",

Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_HomeIndexView.1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h3>The place to find Swift packages.</h3>
7979
<a data-action="click->panel-button#click" href="/ready-for-swift-6">
8080
<div class="body">
8181
<p>
82-
<strong>Are the packages you use safe from data races?</strong> We’re tracking progress towards data race safety this summer. Find out which packages are “Ready for Swift 6” and check for packages marked as “Safe from data races” when browsing the index.
82+
<strong>Are the packages you use safe from data races?</strong> We’re tracking progress towards data race safety with Swift 6. Find out which packages are “Ready for Swift 6” and check for packages marked as “Safe from data races” when browsing the index.
8383
</p>
8484
</div>
8585
<div class="cta">Track Progress &rarr;</div>

Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_HomeIndexView_development.1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h3>The place to find Swift packages.</h3>
8282
<a data-action="click->panel-button#click" href="/ready-for-swift-6">
8383
<div class="body">
8484
<p>
85-
<strong>Are the packages you use safe from data races?</strong> We’re tracking progress towards data race safety this summer. Find out which packages are “Ready for Swift 6” and check for packages marked as “Safe from data races” when browsing the index.
85+
<strong>Are the packages you use safe from data races?</strong> We’re tracking progress towards data race safety with Swift 6. Find out which packages are “Ready for Swift 6” and check for packages marked as “Safe from data races” when browsing the index.
8686
</p>
8787
</div>
8888
<div class="cta">Track Progress &rarr;</div>

0 commit comments

Comments
 (0)