Skip to content

Commit

Permalink
Increase size of user avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
jvyden committed Jul 17, 2024
1 parent 9c02740 commit 62cf12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/ui/header/header.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class VerticalDividerComponent {}
<header-vertical-divider></header-vertical-divider>
<ng-container *ngIf="(auth.user | async) as user else signIn">
<app-user-avatar [user]="user" [size]="35"></app-user-avatar>
<app-user-avatar [user]="user" [size]="44"></app-user-avatar>
</ng-container>
<ng-template #signIn>
<app-navbar-item href="/login" [icon]=faSignInAlt></app-navbar-item>
Expand Down

0 comments on commit 62cf12c

Please sign in to comment.