Skip to content

Commit

Permalink
Fix ui path being lowercase
Browse files Browse the repository at this point in the history
I love linux
  • Loading branch information
WallSoGB committed Oct 6, 2024
1 parent 77a8411 commit 656f42f
Show file tree
Hide file tree
Showing 6 changed files with 74 additions and 74 deletions.
4 changes: 2 additions & 2 deletions essentials.html
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ <h3>Game Patchers</h3>
<h3>Steam and GOG</h3>
</p>
</div>
<img class="chevron" style="transform: rotateX(0deg);" src="img/ui/Chevron Down.svg" alt="UI element - Chevron">
<img class="chevron" style="transform: rotateX(0deg);" src="img/UI/Chevron Down.svg" alt="UI element - Chevron">
</div>
<div class="expander-bottom colors-gog" id="installGogExpander">
<p>
Expand All @@ -231,7 +231,7 @@ <h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/62552
<div class="expander-top colors-epic clickable" onclick="expandCard(this, installEpicExpander)" id="installEpic">
<p>
<h3>Epic Games</h3>
<img class="chevron" style="transform: rotateX(0deg);" src="img/ui/Chevron Down.svg" alt="UI element - Chevron">
<img class="chevron" style="transform: rotateX(0deg);" src="img/UI/Chevron Down.svg" alt="UI element - Chevron">
</p>
</div>
<div class="expander-bottom colors-epic" id="installEpicExpander">
Expand Down
Loading

0 comments on commit 656f42f

Please sign in to comment.