We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18f3d96 + b1eb9aa commit 00b1c3aCopy full SHA for 00b1c3a
2 files changed
src/components/DownloadDIalog.astro src/components/DownloadDialog.astrosrc/components/DownloadDIalog.astro renamed to src/components/DownloadDialog.astro
@@ -52,7 +52,7 @@ const data = await getGitHubReleaseData();
52
</div>
53
54
<SmallText class="dialog-content" smallest centered>
55
- Supports Windows 7+ / Downloads via GitHub
+ Supports Windows 10+
56
</SmallText>
57
</dialog>
58
src/layouts/Layout.astro
@@ -2,7 +2,7 @@
2
import Header from "@/components/Header.astro";
3
import Footer from "@/components/Footer.astro";
4
import {getBaseUrl} from "@/utils";
5
-import DownloadDialog from "@/components/DownloadDIalog.astro";
+import DownloadDialog from "@/components/DownloadDialog.astro";
6
import CopyButtonsScript from "../components/CopyButtonsScript.astro";
7
8
interface Props {
0 commit comments