There was an error while loading. Please reload this page.
1 parent b5733bb commit 2abfa7eCopy full SHA for 2abfa7e
2 files changed
src/pages/backdrop-demo/page1.astro
@@ -10,7 +10,7 @@ import XL from "./_layout.astro";
10
delectus.
11
</p>
12
<dialog>
13
- <h1>This is X1</h1>
+ <h1>This is Page 1</h1>
14
<a href="/backdrop-demo/page2/">Go to page 2</a>
15
</dialog>
16
<p>
src/pages/backdrop-demo/page2.astro
- <h1>This is X2</h1>
+ <h1>This is Page 2</h1>
<a href="/backdrop-demo/page1/">Go to page 1</a>
0 commit comments