Skip to content

Commit b59f7d9

Browse files
committed
fix(404): fix 404 page to redirect to home
1 parent b39d58b commit b59f7d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/not-found/src/lib/containers/not-found/not-found.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h1 class="error-title">404</h1>
99
</div>
1010

1111
<div class="error-actions">
12-
<button mat-raised-button color="primary" class="mb-1" [routerLink]="['/dashboard']">Back to Dashboard</button>
12+
<button mat-raised-button color="primary" class="mb-1" [routerLink]="['/home']">Back to Home</button>
1313
<button mat-raised-button color="warn">Report this Problem</button>
1414
</div>
1515
</div>

0 commit comments

Comments
 (0)