Skip to content

Commit a5f7d89

Browse files
committed
actually, let's call the page /au4
1 parent 902bfd0 commit a5f7d89

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/layouts/BaseLayout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const {
1818
index = "all",
1919
} = Astro.props;
2020
21-
const isNoAdPage = Astro.request.url.includes("/post-download") || Astro.request.url.includes("/au4a1");
21+
const isNoAdPage = Astro.request.url.includes("/post-download") || Astro.request.url.includes("/au4");
2222
---
2323

2424
<!doctype html>
File renamed without changes.

src/pages/beta.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const { win, mac, lin } = betaReleases;
4545
<div
4646
class="flex items-center justify-center w-fit rounded-md text-white my-6"
4747
>
48-
<a href="/au4a1">
48+
<a href="/au4">
4949
<div
5050
class="flex items-center gap-3 h-10 pl-4 pr-3 rounded-md bg-blue-700 hover:bg-blue-600"
5151
>

0 commit comments

Comments
 (0)