Skip to content

Commit

Permalink
fix: logo accessible name (fix #116)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed May 15, 2024
1 parent 93d1d4a commit 08f4a7a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import { Link } from '../link';
<app-icon name="three-bars" size="24"></app-icon>
</button>
<div class="logo" *ngIf="logo">
<a *ngIf="logoUrl !== undefined; else logoOnly" [href]="logoUrl"><img [src]="logo" alt="logo" /></a>
<ng-template #logoOnly><img [src]="logo" alt="logo" /></ng-template>
<a *ngIf="logoUrl !== undefined; else logoOnly" [href]="logoUrl"><img [src]="logo" alt="Moaw" /></a>
<ng-template #logoOnly><img [src]="logo" alt="Moaw" /></ng-template>
</div>
<div class="title text-ellipsis">{{ title }}</div>
<div class="fill"></div>
Expand Down

0 comments on commit 08f4a7a

Please sign in to comment.