From 52a52d7ad4a2700044179a3369d9d70df21facaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Tue, 4 Jun 2019 18:15:07 +0200 Subject: [PATCH] Provide better user experience with different icon @ogerly I changed the icon to use a normal eye if you want to release the contribution. Changing visual state usually improves user experience. --- webapp/components/ContentMenu.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/components/ContentMenu.vue b/webapp/components/ContentMenu.vue index 5cd49fe17..6b83b0bb9 100644 --- a/webapp/components/ContentMenu.vue +++ b/webapp/components/ContentMenu.vue @@ -112,7 +112,7 @@ export default { callback: () => { this.openModal('release', this.resource.id) }, - icon: 'eye-slash', + icon: 'eye', }) } }