Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 59c2883

Browse files
committedDec 14, 2024·
Fix style of the seconds indicator
1 parent 1f26538 commit 59c2883

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎aoc-web/src/y2024/easter_egg.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ impl Component for EasterEgg {
9393
Msg::TimeChanged(seconds)
9494
})}
9595
/>
96-
<span class="success">
96+
<p class="success">
9797
{format!("t={}", self.seconds)}
98-
</span>
98+
</p>
9999
<pre class="small">
100100
<code>{ output }</code>
101101
</pre>

0 commit comments

Comments
 (0)
Please sign in to comment.