From 2d758dd576fd6f2bbf2caa5472db28559f8ca3cd Mon Sep 17 00:00:00 2001
From: Benoit Lavenier <benoit.lavenier@e-is.pro>
Date: Sat, 4 Jan 2020 00:45:04 +0100
Subject: [PATCH] [fix] Home: fix logout button icons, on small device

---
 www/templates/home/home.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/templates/home/home.html b/www/templates/home/home.html
index f1708265..66454573 100644
--- a/www/templates/home/home.html
+++ b/www/templates/home/home.html
@@ -91,7 +91,7 @@
               class="button button-block button-stable button-raised ink visible-xs visible-sm"
               ui-sref="app.view_wallet" ng-if="!login" translate>COMMON.BTN_LOGIN</button>
       <button type="button"
-              class="button button-block button-assertive button-raised icon icon-left ion-wand ink-dark visible-xs visible-sm"
+              class="button button-block button-assertive button-raised icon icon-left ion-log-out ink-dark visible-xs visible-sm"
               ng-click="logout()" ng-if="login" translate>COMMON.BTN_LOGOUT</button>
 
 
-- 
GitLab