From 07271087b06a75bd20d462b1a91233a1fe243ce9 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 17 Jul 2018 14:02:14 +0200 Subject: Fix style of the user facing whats new popup Signed-off-by: Morris Jobke --- core/js/public/whatsnew.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/js') 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'); -- cgit v1.2.3