diff options
Diffstat (limited to 'apps/updatenotification/src')
-rw-r--r-- | apps/updatenotification/src/components/root.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/updatenotification/src/components/root.vue b/apps/updatenotification/src/components/root.vue index fcc5a9dd831..a599b8da73d 100644 --- a/apps/updatenotification/src/components/root.vue +++ b/apps/updatenotification/src/components/root.vue @@ -227,7 +227,7 @@ } var whatsNew = []; for (var i in this.whatsNewData) { - whatsNew[i] = { icon: 'icon-star-dark', longtext: this.whatsNewData[i] }; + whatsNew[i] = { icon: 'icon-checkmark', longtext: this.whatsNewData[i] }; } if(this.changelogURL) { whatsNew.push({ |