From bd8495ffbf2bf147ff60eefd91ae406d2331b179 Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Sun, 19 Feb 2023 22:25:33 -0600 Subject: [PATCH] Fix case issue --- index.html | 2 +- src/data/CharacterSlot.vue | 2 +- src/data/projEntry.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 1176fcc..c90167c 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@ - + diff --git a/src/data/CharacterSlot.vue b/src/data/CharacterSlot.vue index 76cc725..20386f0 100644 --- a/src/data/CharacterSlot.vue +++ b/src/data/CharacterSlot.vue @@ -89,7 +89,7 @@ import Tooltip from "features/tooltips/Tooltip.vue"; import { Direction } from "util/common"; import { coerceComponent } from "util/vue"; import { ref, shallowRef, watch, watchEffect } from "vue"; -import heart from "../../public/Heart.png"; +import heart from "../../public/heart.png"; import level1_0 from "../../public/Lvl 1_0.png"; import level1_1 from "../../public/Lvl 1_1.png"; import level2_0 from "../../public/Lvl 2_0.png"; diff --git a/src/data/projEntry.tsx b/src/data/projEntry.tsx index a2ef150..a15c07e 100644 --- a/src/data/projEntry.tsx +++ b/src/data/projEntry.tsx @@ -17,7 +17,7 @@ import coots from "../../public/Normal Coots.png"; import qt from "../../public/QT Coots.png"; import stanz from "../../public/Stanz Coots.png"; import vespa from "../../public/Vespa Coots.png"; -import heart from "../../public/Heart.png"; +import heart from "../../public/heart.png"; import startStream from "../../public/start stream.png"; import { createReset } from "features/reset"; import settings from "game/settings";