Minor fixes

This commit is contained in:
2025-05-04 15:29:48 -05:00
parent dd880caf79
commit f1121057fb
6 changed files with 9 additions and 4 deletions

View File

@@ -234,11 +234,11 @@ export default defineComponent({
</li>
<li class="list-group-item">
<button type="submit" class="btn btn-primary submit-btn" :disabled="!baserom || !patch" @click="patchRom">
Download Seed!
Download
</button>
<template v-if="spoiler">
<button type="button" class="btn btn-secondary ms-3" @click="downloadSpoiler">
Download Spoiler
Spoiler
</button>
<button type="button" class="btn btn-secondary" @click="show_spoiler = !show_spoiler" style="float: right;">
<i v-if="show_spoiler" class="bi bi-chevron-up"></i>