diff --git a/Sources/App/Views/PublicPage.swift b/Sources/App/Views/PublicPage.swift
index 689b98838..3201e6f8e 100644
--- a/Sources/App/Views/PublicPage.swift
+++ b/Sources/App/Views/PublicPage.swift
@@ -430,12 +430,6 @@ class PublicPage {
"Privacy and Cookies"
)
),
- .li(
- .a(
- .href("https://swiftpackageindex.statuspage.io"),
- "Uptime and System Status"
- )
- ),
.li(
.a(
.href(SiteURL.buildMonitor.relativeURL()),
diff --git a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_AuthorShow.1.html b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_AuthorShow.1.html
index 7668f30d6..65d45eed0 100644
--- a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_AuthorShow.1.html
+++ b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_AuthorShow.1.html
@@ -310,9 +310,6 @@
vapor-10
Privacy and Cookies
-
- Uptime and System Status
-
Build System Monitor
diff --git a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_Blog_index.1.html b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_Blog_index.1.html
index 1e9d9ad46..5fa89f7a2 100644
--- a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_Blog_index.1.html
+++ b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_Blog_index.1.html
@@ -155,9 +155,6 @@ Post three title
Privacy and Cookies
-
- Uptime and System Status
-
Build System Monitor
diff --git a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_Blog_show.1.html b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_Blog_show.1.html
index 1e602edbb..e93df1814 100644
--- a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_Blog_show.1.html
+++ b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_Blog_show.1.html
@@ -104,9 +104,6 @@ About this blog
The
Privacy and Cookies
-
- Uptime and System Status
-
Build System Monitor
diff --git a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_BuildIndex.1.html b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_BuildIndex.1.html
index b1214f3b0..d3537c316 100644
--- a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_BuildIndex.1.html
+++ b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_BuildIndex.1.html
@@ -867,9 +867,6 @@ Swift 5.8
Privacy and Cookies
-
- Uptime and System Status
-
Build System Monitor
diff --git a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_BuildMonitorIndex.1.html b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_BuildMonitorIndex.1.html
index 514f3c40f..6979f48bf 100644
--- a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_BuildMonitorIndex.1.html
+++ b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_BuildMonitorIndex.1.html
@@ -155,9 +155,6 @@ AccessibilitySnapshotColorBlindness
Privacy and Cookies
-
- Uptime and System Status
-
Build System Monitor
diff --git a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_BuildShow.1.html b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_BuildShow.1.html
index 321b12bea..83c3e154f 100644
--- a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_BuildShow.1.html
+++ b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_BuildShow.1.html
@@ -233,9 +233,6 @@ Build Log
Privacy and Cookies
-
- Uptime and System Status
-
Build System Monitor
diff --git a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_CustomCollectionShow.1.html b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_CustomCollectionShow.1.html
index ee43c3329..ac0d80b9b 100644
--- a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_CustomCollectionShow.1.html
+++ b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_CustomCollectionShow.1.html
@@ -200,9 +200,6 @@ Package 5
Privacy and Cookies
-
- Uptime and System Status
-
Build System Monitor
diff --git a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_ErrorPageView.1.html b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_ErrorPageView.1.html
index 34ef33f07..72f2e26c3 100644
--- a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_ErrorPageView.1.html
+++ b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_ErrorPageView.1.html
@@ -93,9 +93,6 @@ 404 - Not Found
Privacy and Cookies
-
- Uptime and System Status
-
Build System Monitor
diff --git a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_HomeIndexView.1.html b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_HomeIndexView.1.html
index add7afa32..1429b472e 100644
--- a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_HomeIndexView.1.html
+++ b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_HomeIndexView.1.html
@@ -223,9 +223,6 @@ Recent Releases
Privacy and Cookies
-
- Uptime and System Status
-
Build System Monitor
diff --git a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_HomeIndexView_development.1.html b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_HomeIndexView_development.1.html
index 5bcdce29a..69584e01c 100644
--- a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_HomeIndexView_development.1.html
+++ b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_HomeIndexView_development.1.html
@@ -226,9 +226,6 @@ Recent Releases
Privacy and Cookies
-
- Uptime and System Status
-
Build System Monitor
diff --git a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_KeywordShow.1.html b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_KeywordShow.1.html
index c50daf960..7e091ceae 100644
--- a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_KeywordShow.1.html
+++ b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_KeywordShow.1.html
@@ -304,9 +304,6 @@ Networking Package 10
Privacy and Cookies
-
- Uptime and System Status
-
Build System Monitor
diff --git a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_MaintainerInfoIndex.1.html b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_MaintainerInfoIndex.1.html
index 5f21d9e44..5d855b451 100644
--- a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_MaintainerInfoIndex.1.html
+++ b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_MaintainerInfoIndex.1.html
@@ -228,9 +228,6 @@ Package Score
Privacy and Cookies
-
- Uptime and System Status
-
Build System Monitor
diff --git a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_MaintenanceMessageIndexView.1.html b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_MaintenanceMessageIndexView.1.html
index 1900aecbd..0649a594c 100644
--- a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_MaintenanceMessageIndexView.1.html
+++ b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_MaintenanceMessageIndexView.1.html
@@ -82,9 +82,6 @@
Privacy and Cookies
-
- Uptime and System Status
-
Build System Monitor
diff --git a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_MarkdownPage.1.html b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_MarkdownPage.1.html
index 67b21b8b9..a7f8d1981 100644
--- a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_MarkdownPage.1.html
+++ b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_MarkdownPage.1.html
@@ -96,9 +96,6 @@
Privacy and Cookies
-
- Uptime and System Status
-
Build System Monitor
diff --git a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_MarkdownPageStyling.1.html b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_MarkdownPageStyling.1.html
index 438f3f9d5..de1d60181 100644
--- a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_MarkdownPageStyling.1.html
+++ b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_MarkdownPageStyling.1.html
@@ -88,9 +88,6 @@
Privacy and Cookies
-
- Uptime and System Status
-
Build System Monitor
diff --git a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView.1.html b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView.1.html
index bf70ff537..318c00279 100644
--- a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView.1.html
+++ b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView.1.html
@@ -410,9 +410,6 @@ Compatibility
Privacy and Cookies
-
- Uptime and System Status
-
Build System Monitor
diff --git a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_app_store_incompatible_license.1.html b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_app_store_incompatible_license.1.html
index 97653a6a2..16ceed5d3 100644
--- a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_app_store_incompatible_license.1.html
+++ b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_app_store_incompatible_license.1.html
@@ -410,9 +410,6 @@ Compatibility
Privacy and Cookies
-
- Uptime and System Status
-
Build System Monitor
diff --git a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_binary_targets.1.html b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_binary_targets.1.html
index d7cdcff36..df5cf7234 100644
--- a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_binary_targets.1.html
+++ b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_binary_targets.1.html
@@ -414,9 +414,6 @@ Compatibility
Privacy and Cookies
-
- Uptime and System Status
-
Build System Monitor
diff --git a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_canonicalURL_noImageSnapshots.1.html b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_canonicalURL_noImageSnapshots.1.html
index ec1314dc3..325f6f949 100644
--- a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_canonicalURL_noImageSnapshots.1.html
+++ b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_canonicalURL_noImageSnapshots.1.html
@@ -407,9 +407,6 @@ Compatibility
Privacy and Cookies
-
- Uptime and System Status
-
Build System Monitor
diff --git a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_customCollection.1.html b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_customCollection.1.html
index d44ac30b3..442a2b749 100644
--- a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_customCollection.1.html
+++ b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_customCollection.1.html
@@ -413,9 +413,6 @@ Compatibility
Privacy and Cookies
-
- Uptime and System Status
-
Build System Monitor
diff --git a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_emoji_summary.1.html b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_emoji_summary.1.html
index 6fb10358f..f539c1b14 100644
--- a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_emoji_summary.1.html
+++ b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_emoji_summary.1.html
@@ -407,9 +407,6 @@ Compatibility
Privacy and Cookies
-
- Uptime and System Status
-
Build System Monitor
diff --git a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_few_keywords.1.html b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_few_keywords.1.html
index f44d40a0d..e743d7265 100644
--- a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_few_keywords.1.html
+++ b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_few_keywords.1.html
@@ -438,9 +438,6 @@ Compatibility
Privacy and Cookies
-
- Uptime and System Status
-
Build System Monitor
diff --git a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_many_keywords.1.html b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_many_keywords.1.html
index 39fde57a8..ae85700f3 100644
--- a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_many_keywords.1.html
+++ b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_many_keywords.1.html
@@ -613,9 +613,6 @@ Compatibility
Privacy and Cookies
-
- Uptime and System Status
-
Build System Monitor
diff --git a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_missingPackage.1.html b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_missingPackage.1.html
index 16a011a33..7a858afe8 100644
--- a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_missingPackage.1.html
+++ b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_missingPackage.1.html
@@ -89,9 +89,6 @@ Package not found
Privacy and Cookies
-
- Uptime and System Status
-
Build System Monitor
diff --git a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_no_authors_activity.1.html b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_no_authors_activity.1.html
index 0c9cfe2e3..9d46a7da5 100644
--- a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_no_authors_activity.1.html
+++ b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_no_authors_activity.1.html
@@ -402,9 +402,6 @@ Compatibility
Privacy and Cookies
-
- Uptime and System Status
-
Build System Monitor
diff --git a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_no_builds.1.html b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_no_builds.1.html
index 95df166e8..75f687043 100644
--- a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_no_builds.1.html
+++ b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_no_builds.1.html
@@ -293,9 +293,6 @@ Compatibility
Privacy and Cookies
-
- Uptime and System Status
-
Build System Monitor
diff --git a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_no_license.1.html b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_no_license.1.html
index f40836e29..82661e2d4 100644
--- a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_no_license.1.html
+++ b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_no_license.1.html
@@ -410,9 +410,6 @@ Compatibility
Privacy and Cookies
-
- Uptime and System Status
-
Build System Monitor
diff --git a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_open_source_license.1.html b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_open_source_license.1.html
index eb66326e1..fef412bdd 100644
--- a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_open_source_license.1.html
+++ b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_open_source_license.1.html
@@ -409,9 +409,6 @@ Compatibility
Privacy and Cookies
-
- Uptime and System Status
-
Build System Monitor
diff --git a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_other_license.1.html b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_other_license.1.html
index a6b86a618..ebe6be963 100644
--- a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_other_license.1.html
+++ b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_other_license.1.html
@@ -410,9 +410,6 @@ Compatibility
Privacy and Cookies
-
- Uptime and System Status
-
Build System Monitor
diff --git a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_single_row_tables.1.html b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_single_row_tables.1.html
index dc18b6219..36f3a8591 100644
--- a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_single_row_tables.1.html
+++ b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_single_row_tables.1.html
@@ -345,9 +345,6 @@ Compatibility
Privacy and Cookies
-
- Uptime and System Status
-
Build System Monitor
diff --git a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_withPackageFundingLinks.1.html b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_withPackageFundingLinks.1.html
index a50431371..ba731cefc 100644
--- a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_withPackageFundingLinks.1.html
+++ b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_withPackageFundingLinks.1.html
@@ -415,9 +415,6 @@ Compatibility
Privacy and Cookies
-
- Uptime and System Status
-
Build System Monitor
diff --git a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_with_documentation_link.1.html b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_with_documentation_link.1.html
index 58243b1a9..746723b4d 100644
--- a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_with_documentation_link.1.html
+++ b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_PackageShowView_with_documentation_link.1.html
@@ -410,9 +410,6 @@ Compatibility
Privacy and Cookies
-
- Uptime and System Status
-
Build System Monitor
diff --git a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_ReadyForSwift6Show.1.html b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_ReadyForSwift6Show.1.html
index 1278f7dd9..73859ad4e 100644
--- a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_ReadyForSwift6Show.1.html
+++ b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_ReadyForSwift6Show.1.html
@@ -162,9 +162,6 @@ Frequently asked questions
Privacy and Cookies
-
- Uptime and System Status
-
Build System Monitor
diff --git a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_SearchShow.1.html b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_SearchShow.1.html
index 225cddb2b..af603eb01 100644
--- a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_SearchShow.1.html
+++ b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_SearchShow.1.html
@@ -267,9 +267,6 @@ Matching keywords
Privacy and Cookies
-
- Uptime and System Status
-
Build System Monitor
diff --git a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_SearchShow_withFilters.1.html b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_SearchShow_withFilters.1.html
index 4394839cd..e0398c77f 100644
--- a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_SearchShow_withFilters.1.html
+++ b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_SearchShow_withFilters.1.html
@@ -225,9 +225,6 @@ Matching keywords
Privacy and Cookies
-
- Uptime and System Status
-
Build System Monitor
diff --git a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_SearchShow_withXSSAttempt.1.html b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_SearchShow_withXSSAttempt.1.html
index d230f7a1f..10f734def 100644
--- a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_SearchShow_withXSSAttempt.1.html
+++ b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_SearchShow_withXSSAttempt.1.html
@@ -117,9 +117,6 @@ Matching packages
Privacy and Cookies
-
- Uptime and System Status
-
Build System Monitor
diff --git a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_SupportersShow.1.html b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_SupportersShow.1.html
index b746e0066..919d67fc4 100644
--- a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_SupportersShow.1.html
+++ b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_SupportersShow.1.html
@@ -304,9 +304,6 @@ Community Supporters
Privacy and Cookies
-
- Uptime and System Status
-
Build System Monitor
diff --git a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_ValidateSPIManifest_show.1.html b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_ValidateSPIManifest_show.1.html
index 5ea8f4597..00922e889 100644
--- a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_ValidateSPIManifest_show.1.html
+++ b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_ValidateSPIManifest_show.1.html
@@ -128,9 +128,6 @@ Validate a Swift Package Index manifest
Privacy and Cookies
-
- Uptime and System Status
-
Build System Monitor