From c705376ce461bc2fb81b80682fc0a317f6b87d38 Mon Sep 17 00:00:00 2001
From: Guillaume Heurtier <guillaume.heurtier@maarch.org>
Date: Thu, 14 Jan 2021 16:52:03 +0100
Subject: [PATCH] FEAT #15892 TIME 0:05 fixed cursor on logo + reduce size of
 displayed hash

---
 src/frontend/app/home/home.component.scss   | 1 -
 src/frontend/app/login/login.component.html | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/frontend/app/home/home.component.scss b/src/frontend/app/home/home.component.scss
index 68ae809471..8cf8b52212 100644
--- a/src/frontend/app/home/home.component.scss
+++ b/src/frontend/app/home/home.component.scss
@@ -5,7 +5,6 @@
   transform: translate(-50%, -50%);
   width: 250px;
   height: auto;
-  cursor: pointer;
 }
 
 .menu-button {
diff --git a/src/frontend/app/login/login.component.html b/src/frontend/app/login/login.component.html
index a875c32c2e..e7c401676a 100644
--- a/src/frontend/app/login/login.component.html
+++ b/src/frontend/app/login/login.component.html
@@ -29,6 +29,6 @@
         </ion-card-content>
     </ion-card>
     <ion-note class="version-info">
-        Maarch parapheur {{environment.VERSION}} <a *ngIf="commitHash !== null" style="color: white" target="blank" href="https://labs.maarch.org/maarch/MaarchParapheur/commit/{{commitHash}}">{{commitHash}}</a> Powered by {{environment.AUTHOR}}
+        Maarch Parapheur {{environment.VERSION}} <a *ngIf="commitHash !== null" style="color: white" target="blank" href="https://labs.maarch.org/maarch/MaarchParapheur/commit/{{commitHash}}">{{commitHash.substring(0, 8)}}</a> Powered by {{environment.AUTHOR}}
     </ion-note>
 </ion-content>
-- 
GitLab