change icon

This commit is contained in:
Peter Maquiran
2022-07-06 15:04:34 +01:00
parent 9fbaeba199
commit 889e308df1
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -9,7 +9,7 @@
<div class="bg-4 d-flex justify-center align-center">
<div class="div-logo">
<img *ngIf="ThemeService.currentTheme == 'default' " src='assets/images/fullLogo.png' alt='logo'>
<img *ngIf="ThemeService.currentTheme == 'default' " src='assets/images/fullLogo-no-g.png' alt='logo'>
<img *ngIf="ThemeService.currentTheme == 'gov' " src='assets/images/theme/gov/governoangola_A.png' alt='logo'>
<img *ngIf="ThemeService.currentTheme == 'tribunal'" src='assets/images/theme/tribunal/tribunal-constitucional-logo.png' alt='logo'>
@@ -37,7 +37,7 @@
</div>
</form>
<div class="msg-bottom d-flex">
<!-- <p class="msg-bottom-p">Uma iniciativa do Gabinete do Presidente da República</p> -->
<p class="msg-bottom-p">Uma iniciativa do Gabinete do Presidente da República</p>
</div>
</div>
Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB