diff --git a/src/components/AllDowloadsSection.tsx b/src/components/AllDowloadsSection.tsx index bdbd2e3..3eb334b 100644 --- a/src/components/AllDowloadsSection.tsx +++ b/src/components/AllDowloadsSection.tsx @@ -34,7 +34,7 @@ export default function AllDownloadsSection({ release }: { release: LatestReleas Download for Windows - (x64) EXE Installer + (x64 / ARM64) EXE Installer Download for Windows - (x64) EXE Installer + (x64 / ARM64) EXE Installer )} {os === "macos" && ( diff --git a/src/layouts/main.astro b/src/layouts/main.astro index 27ff856..d1b7ccc 100644 --- a/src/layouts/main.astro +++ b/src/layouts/main.astro @@ -19,6 +19,15 @@ const { title, description } = Astro.props; {title ?? 'untitled'} + + +