Skip to content

Commit db46b48

Browse files
committed
Update banner to not flash upon first load
1 parent 3dfb561 commit db46b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/Default.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ const languageEntries = Object.entries(languages);
232232
</head>
233233
<body>
234234
<div class="alarming-banner">
235-
{lockdown_banner ?? "LOCKDOWN"}<br/><span id="countdown"></span>
235+
{lockdown_banner ?? "LOCKDOWN"}<br/><span id="countdown">&nbsp;</span>
236236
</div>
237237
<header>
238238
<h1>{title}<ThemeToggle /></h1>

0 commit comments

Comments
 (0)