Skip to content
Snippets Groups Projects
Commit c705376c authored by Guillaume Heurtier's avatar Guillaume Heurtier
Browse files

FEAT #15892 TIME 0:05 fixed cursor on logo + reduce size of displayed hash

parent 91442f3e
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
width: 250px; width: 250px;
height: auto; height: auto;
cursor: pointer;
} }
.menu-button { .menu-button {
......
...@@ -29,6 +29,6 @@ ...@@ -29,6 +29,6 @@
</ion-card-content> </ion-card-content>
</ion-card> </ion-card>
<ion-note class="version-info"> <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-note>
</ion-content> </ion-content>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment