hide screenshots for now

This commit is contained in:
ThatOneCalculator 2023-01-12 22:22:42 -08:00
parent 437099751d
commit 2055d71d15

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>