Skip to content

Commit b3218c7

Browse files
fixed home button to work with path-based routing (#479)
1 parent fdda3ce commit b3218c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/player/player.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
>
1515
<mat-list class="appitems-container">
1616
<mat-list-item>
17-
<a class="nolink" href="/">
17+
<a class="nolink" [routerLink]="['/']">
1818
<div fxLayout="row" fxLayoutAlign="start center">
1919
<mat-icon
2020
class="player-icon"

0 commit comments

Comments
 (0)