Skip to content

Commit

Permalink
feat: added general /ad/text ad page
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Sep 16, 2024
1 parent 8df57a0 commit 0eeff28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ad/time.astro → src/pages/ad/text.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import "~/layouts/normalize.css";

<AdLayout>
<AdContents>
<h1 slot="body">3 Weeks To Go!</h1>
<h1 slot="body">{Astro.url.searchParams.get("text")}</h1>
</AdContents>
</AdLayout>

Expand Down

0 comments on commit 0eeff28

Please sign in to comment.