Change the footer message and a gap.

This commit is contained in:
Florian THIERRY
2025-12-03 18:01:04 +01:00
parent 03dd52de71
commit 6bc7a45d16
2 changed files with 3 additions and 2 deletions

View File

@@ -1,8 +1,8 @@
<div i18n> <div i18n>
<span class="copy-left">&copy;</span> <span class="copy-left">&copy;</span>
2016 - 2024 All rights reserved 2016 - 2025 All rights reserved
- -
2.1 2.2
<a [routerLink]="['./']" matTooltip="Health checking will be available in future..." i18n-matTooltip> <a [routerLink]="['./']" matTooltip="Health checking will be available in future..." i18n-matTooltip>
<mat-icon>favorite</mat-icon> <mat-icon>favorite</mat-icon>
</a> </a>

View File

@@ -12,6 +12,7 @@
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
gap: .2em;
.copy-left { .copy-left {
transform: rotate(180deg); transform: rotate(180deg);