Fix case issue

This commit is contained in:
thepaperpilot 2023-02-19 22:25:33 -06:00
parent 709eb2cd30
commit bd8495ffbf
3 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Mynerve&display=swap" rel="stylesheet">
<link rel="prefetch" href="Heart.png" />
<link rel="prefetch" href="heart.png" />
<link rel="prefetch" href="Lvl 1_0.png" />
<link rel="prefetch" href="Lvl 1_1.png" />
<link rel="prefetch" href="Lvl 2_0.png" />

View file

@ -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";

View file

@ -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";