From 1942eb9e6d323aca512e53732179c823139dd9a1 Mon Sep 17 00:00:00 2001 From: pacien Date: Sat, 8 Feb 2020 18:20:50 +0100 Subject: viewer: ldcommand: clarify command button actions By using more explicit icons and tooltip. --- viewer/src/plugins/fontawesome.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'viewer/src/plugins') diff --git a/viewer/src/plugins/fontawesome.ts b/viewer/src/plugins/fontawesome.ts index d70746d..e8848f9 100644 --- a/viewer/src/plugins/fontawesome.ts +++ b/viewer/src/plugins/fontawesome.ts @@ -30,9 +30,8 @@ import { faHome, faArrowLeft, faLevelUpAlt, - faTags, faAngleRight, - faWindowClose, + faAngleDoubleLeft, faFile, } from "@fortawesome/free-solid-svg-icons"; @@ -45,9 +44,8 @@ library.add( faHome, faArrowLeft, faLevelUpAlt, - faTags, faAngleRight, - faWindowClose, + faAngleDoubleLeft, faFile, ); -- cgit v1.2.3