Skip to content

Commit 48a4b2e

Browse files
committed
These look strange next to the info icon now.
1 parent 593714b commit 48a4b2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/AppTests/WebpageSnapshotTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class WebpageSnapshotTests: SnapshotTestCase {
5050

5151
func test_MaintenanceMessageIndexView() throws {
5252
let maintenanceMessage = """
53-
# ⚠️ Server Maintenance ⚠️
53+
# Server Maintenance
5454
5555
We are currently performing an update to our database server.
5656

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ <h1>
6767
<a href="/ready-for-swift-6">Ready for Swift 6</a>?
6868
</p>
6969
<main>
70-
<div class="inner"><h1>⚠️ Server Maintenance ⚠️</h1><p>We are currently performing an update to our database server.</p><p>Service should be restored within a few minutes.</p></div>
70+
<div class="inner"><h1>Server Maintenance</h1><p>We are currently performing an update to our database server.</p><p>Service should be restored within a few minutes.</p></div>
7171
</main>
7272
<footer>
7373
<div class="inner">

0 commit comments

Comments
 (0)