hide screenshots for now

This commit is contained in:
ThatOneCalculator 2023-01-12 22:22:42 -08:00
parent 1981467ba3
commit a12d69ac29
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
1 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,9 @@
<div class="version"> {{ version }} 🚀</div>
<div v-if="newRelease" class="releaseNotes">
<Mfm :text="data.notes"/>
<div v-if="data.screenshots.length > 0" style="max-width: 500">
<!-- <div v-if="data.screenshots.length > 0" style="max-width: 500">
<img v-for="i in data.screenshots" :key="i" :src="i"/>
</div>
</div> -->
</div>
<MkButton class="gotIt" primary full @click="modal.close()">{{ i18n.ts.gotIt }}</MkButton>
</div>