We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa92c6b commit 7281939Copy full SHA for 7281939
src/app/components/shared/top-bar/topbar.component.html
@@ -6,9 +6,9 @@
6
[style.color]="'var(--mat-sys-on-primary)'">
7
<mat-toolbar-row>
8
<span class="margin-auto">
9
- <button mat-icon-button style="outline: none; background-color: var(--mat-sys-on-primary);" (click)="goToHome()">
+ <a mat-icon-button style="outline: none; background-color: var(--mat-sys-on-primary);" [routerLink]="['/']">
10
<mat-icon svgIcon="ic_crucible_player"></mat-icon>
11
- </button>
+ </a>
12
</span>
13
<span class="view-text">{{ title }}</span>
14
@if (teams && team && teams.length > 0) {
0 commit comments