Skip to content

Commit a0ed299

Browse files
committed
fix: forgot to modify markup
1 parent c0935d1 commit a0ed299

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/tools/dvd-bounce-tool.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ import bouncerAnimation from "@/misc/dvdbouncer-animation.html?raw";
2020
>
2121
<Breadcrumb />
2222
<article>
23-
<div class="cover">
24-
<Image width={1920} height={960} src={thumbImage} alt="" loading="eager" />
25-
</div>
2623
<header>
24+
<div class="cover">
25+
<Image width={1920} height={960} src={thumbImage} alt="" loading="eager" />
26+
</div>
2727
<h1>DVD Bounce Thing</h1>
2828
<p><em>A DVD <abbr title="this is not a real word">Bouncer</abbr> thing. Because funny.</em></p>
2929
</header>

0 commit comments

Comments
 (0)