Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const data = await getGitHubReleaseData();
</div>

<SmallText class="dialog-content" smallest centered>
Supports Windows 7+ / Downloads via GitHub
Supports Windows 10+
</SmallText>
</dialog>

Expand Down
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import Header from "@/components/Header.astro";
import Footer from "@/components/Footer.astro";
import {getBaseUrl} from "@/utils";
import DownloadDialog from "@/components/DownloadDIalog.astro";
import DownloadDialog from "@/components/DownloadDialog.astro";
import CopyButtonsScript from "../components/CopyButtonsScript.astro";

interface Props {
Expand Down