|
1 | 1 | <ngx-loading-bar [color]="'#fafafa'"></ngx-loading-bar> |
2 | | - |
3 | 2 | <mat-toolbar color="primary" class="mat-elevation-z6 app-navbar" [class.navbar-small]="isSmallDevice$ | async"> |
4 | 3 | <a mat-button routerLink="" routerLinkActive="" #homeLink="routerLinkActive" |
5 | 4 | [routerLinkActiveOptions]="{ exact: true }"> |
6 | | - <img src="https://raw.githubusercontent.com/ngx-formly/ngx-formly/v5/logo.svg?sanitize=true"> |
| 5 | + <img alt="Home" src="https://raw.githubusercontent.com/ngx-formly/ngx-formly/v5/logo.svg?sanitize=true"> |
7 | 6 | FORMLY |
8 | 7 | </a> |
9 | 8 |
|
10 | 9 | <ng-container *ngIf="isSmallDevice$ | async else mainMenu"> |
11 | 10 | <span class="spacer" [style.flex]="'1 1 auto'"></span> |
12 | 11 | <ng-container *ngTemplateOutlet="version"></ng-container> |
13 | 12 | <a mat-button href="https://github.com/ngx-formly/ngx-formly"> |
14 | | - <img src="https://material.angular.io/assets/img/homepage/github-circle-white-transparent.svg"> |
| 13 | + <img alt="GitHub" src="https://material.angular.io/assets/img/homepage/github-circle-white-transparent.svg"> |
15 | 14 | </a> |
16 | 15 | <button mat-button (click)="sidenav.toggle()"> |
17 | 16 | <mat-icon>menu</mat-icon> |
|
23 | 22 |
|
24 | 23 | <ng-container *ngTemplateOutlet="version"></ng-container> |
25 | 24 | <a mat-button href="https://github.com/ngx-formly/ngx-formly"> |
26 | | - <img src="https://material.angular.io/assets/img/homepage/github-circle-white-transparent.svg"> |
| 25 | + <img alt="GitHub" src="https://material.angular.io/assets/img/homepage/github-circle-white-transparent.svg"> |
27 | 26 | GitHub |
28 | 27 | </a> |
29 | 28 | </ng-template> |
|
73 | 72 | [routerLinkActiveOptions]="{ exact: true }"> |
74 | 73 |
|
75 | 74 | <span class="bd-footer-logo"> |
76 | | - <img width="60" src="https://raw.githubusercontent.com/ngx-formly/ngx-formly/v5/logo.svg?sanitize=true"> |
| 75 | + <img width="60" alt="Home" src="https://raw.githubusercontent.com/ngx-formly/ngx-formly/v5/logo.svg?sanitize=true"> |
77 | 76 | <span class="bd-footer-logo-text"> |
78 | 77 | FORMLY |
79 | 78 | </span> |
|
0 commit comments