Skip to content

Commit 6a4c91c

Browse files
dcshzjCopilot
andauthored
fix: add <p> tags
Co-authored-by: Copilot <[email protected]>
1 parent 26e0254 commit 6a4c91c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/views/transition-page.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<div class="top-half">
2323
<div class="top-half-content">
2424
<h3>Check your address bar</h3>
25-
Beware of phishing! <br class="mobile-break">Make sure your link starts with <%= displayHostname.toLowerCase() %>
25+
<p>Beware of phishing! <br class="mobile-break">Make sure your link starts with <%= displayHostname.toLowerCase() %></p>
2626
<p id="url" data-href="<%- escapedLongUrl %>">You will be redirected in <span id="countdown-seconds">6</span> second<span id="s">s</span></p>
2727
<img id="spinner" src="/assets/<%= assetVariant %>/transition-page/images/spinner.gif" alt="loading" />
2828
<div class="browser-image" style="background-image: url('/assets/<%= assetVariant %>/transition-page/images/browser.svg');">

0 commit comments

Comments
 (0)