Skip to content

Commit

Permalink
Merge pull request #64 from NMSCD/dev
Browse files Browse the repository at this point in the history
Fix images not showing
  • Loading branch information
Lenni009 authored Dec 28, 2024
2 parents 9b9bf8b + 07f26e2 commit 3478123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HelpPopup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ const closeModal = () => dialog.value?.close();
<Transition>
<img
v-if="openedOnce"
v-show="!isLoading"
:alt="`Where to find ${input}`"
:src="imageMapping[input]"
loading="lazy"
Expand All @@ -89,6 +88,7 @@ html[data-theme='dark'] .help-icon {
.help-button {
padding: 0;
padding-inline-end: 0.15rem;
background-color: transparent;
border: none;
box-shadow: none;
Expand Down

0 comments on commit 3478123

Please sign in to comment.