fix: missing icons + updated versions

This commit is contained in:
NGPixel
2017-07-08 23:59:24 -04:00
committed by Nicolas Giard
parent 9231081624
commit 9d090ab392
5 changed files with 1354 additions and 18 deletions

View File

@@ -209,7 +209,7 @@
this.$store.dispatch('editor/insert', textToInsert)
this.$store.dispatch('alert', {
style: 'blue',
icon: 'paper',
icon: 'ui-1_check-square-09',
msg: (this.mode === 'file') ? this.$t('editor.filesuccess') : this.$t('editor.imagesuccess')
})
this.cancel()
@@ -564,7 +564,7 @@
self.uploadSucceeded = true
self.$store.dispatch('alert', {
style: 'blue',
icon: 'cloud-upload',
icon: 'arrows-1_cloud-upload-96',
msg: self.$t('editor.fileuploadsuccess')
})
}