Fix comic extracted metadata icon

This commit is contained in:
advplyr 2025-07-10 17:18:38 -05:00
parent 2f3a9a5d96
commit b29401909f

View file

@ -14,7 +14,7 @@
<span class="material-symbols text-2xl text-fg">settings</span>
</button>
<button v-if="comicHasMetadata" type="button" class="inline-flex mx-2" @click.stop="clickMetadataBtn">
<span class="material-symbols text-2xl text-fg">more-vert</span>
<span class="material-symbols text-2xl text-fg">more</span>
</button>
</div>