Skip to content

Commit b1eb9aa

Browse files
committed
Rename DownloadDialog.astro to fix casing
No behavioral changes, just fixing the capitalized I that shouldn't be
1 parent 4577001 commit b1eb9aa

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

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)