Skip to content

Commit 2abfa7e

Browse files
committed
wording
1 parent b5733bb commit 2abfa7e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/backdrop-demo/page1.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import XL from "./_layout.astro";
1010
delectus.
1111
</p>
1212
<dialog>
13-
<h1>This is X1</h1>
13+
<h1>This is Page 1</h1>
1414
<a href="/backdrop-demo/page2/">Go to page 2</a>
1515
</dialog>
1616
<p>

src/pages/backdrop-demo/page2.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import XL from "./_layout.astro";
1010
delectus.
1111
</p>
1212
<dialog>
13-
<h1>This is X2</h1>
13+
<h1>This is Page 2</h1>
1414
<a href="/backdrop-demo/page1/">Go to page 1</a>
1515
</dialog>
1616
<p>

0 commit comments

Comments
 (0)