aboutsummaryrefslogtreecommitdiffstats
path: root/core/js
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2018-07-17 13:46:25 +0100
committerGitHub <noreply@github.com>2018-07-17 13:46:25 +0100
commit3148e9b1710a5a0885677bc792e9850d2590b898 (patch)
treea15621b24a217825f417ce21ff616b87ae02318b /core/js
parentc36ccde417ad67e7ce6704492696341d89bf51ee (diff)
parent07271087b06a75bd20d462b1a91233a1fe243ce9 (diff)
downloadnextcloud-server-3148e9b1710a5a0885677bc792e9850d2590b898.tar.gz
nextcloud-server-3148e9b1710a5a0885677bc792e9850d2590b898.zip
Merge pull request #10268 from nextcloud/whatsnew-icon
Change what's new popover icon to checkmark, fix #10047
Diffstat (limited to 'core/js')
-rw-r--r--core/js/public/whatsnew.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/public/whatsnew.js b/core/js/public/whatsnew.js
index 20a871ada27..cd6873cfb3f 100644
--- a/core/js/public/whatsnew.js
+++ b/core/js/public/whatsnew.js
@@ -82,7 +82,7 @@
menuItem.className = "menuitem";
icon = document.createElement('span');
- icon.className = 'icon-star-dark';
+ icon.className = 'icon-checkmark';
menuItem.appendChild(icon);
text = document.createElement('p');