Skip to content

Commit

Permalink
Update logo (#71)
Browse files Browse the repository at this point in the history
Signed-off-by: Gregory Roussac <gRoussac@users.noreply.github.com>
  • Loading branch information
gRoussac authored Oct 30, 2024
1 parent e8ef7bb commit c613643
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
41 changes: 41 additions & 0 deletions www/apps/frontend/src/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion www/libs/ui/header/src/lib/header/header.component.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a [href]="'/'">
<img [src]="'assets/logo.png'" />
<img [src]="'assets/logo.svg'" />
</a>
<span [hidden]="!activePublicKey" class="text-xl font-small mt-5">
Active key {{ role ? ['for', role].join(' ') : '' }} :
Expand Down

0 comments on commit c613643

Please sign in to comment.