Skip to content

Commit ea4aa99

Browse files
committed
Fixing more case-sensitive name collisions
1 parent cada32c commit ea4aa99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/index.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
import { CircleHelp, LibraryBig } from "lucide-astro";
3-
import Github from "@icons/github.astro";
4-
import Itchio from "@icons/itchio.astro";
3+
import Github from "@icons/Github.astro";
4+
import Itchio from "@icons/Itchio.astro";
55
import Drawer from "@layouts/Drawer.astro";
66
import Layout from "@layouts/Layout.astro";
77

0 commit comments

Comments
 (0)