hide screenshots for now
This commit is contained in:
parent
1981467ba3
commit
a12d69ac29
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue