Skip to content

Commit

Permalink
fix logo navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
FunixG committed Sep 20, 2023
1 parent f77e2e6 commit be1ea25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/navbar/navbar.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<nav class="navbar navbar-expand-lg">
<div class="container-fluid">
<a class="navbar-brand" href="/">
<img ngSrc="assets/img/accueil/pacifista-logo-navbar.webp" [loading]="'lazy'" width="60" height="60" alt="pacifista navbar minecraft logo" class="d-inline-block">
<img ngSrc="assets/img/accueil/pacifista-logo-navbar.webp" [loading]="'lazy'" width="90" height="90" alt="pacifista navbar minecraft logo" class="d-inline-block">
</a>

<div class="d-flex">
Expand Down
Binary file modified src/assets/img/accueil/pacifista-logo-navbar.webp
Binary file not shown.

0 comments on commit be1ea25

Please sign in to comment.