diff --git a/src/frontend/app/home/home.component.scss b/src/frontend/app/home/home.component.scss index 68ae8094714a7c7ec30997d6ab02345cd5c47997..8cf8b52212bc1a687ea5282f29181182d92f6f9c 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 a875c32c2ec873f3e649ee9371e0b5373771bfe1..e7c401676a163dd7d185265a4ef719bbd969d0d8 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>