Skip to content

Commit 00b1c3a

Browse files
authored
Merge pull request #80 from Flow-Launcher/fix-downloads-dialog
Fix download dialog text and filename casing
2 parents 18f3d96 + b1eb9aa commit 00b1c3a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const data = await getGitHubReleaseData();
5252
</div>
5353

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

src/layouts/Layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import Header from "@/components/Header.astro";
33
import Footer from "@/components/Footer.astro";
44
import {getBaseUrl} from "@/utils";
5-
import DownloadDialog from "@/components/DownloadDIalog.astro";
5+
import DownloadDialog from "@/components/DownloadDialog.astro";
66
import CopyButtonsScript from "../components/CopyButtonsScript.astro";
77
88
interface Props {

0 commit comments

Comments
 (0)