We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b39d58b commit b59f7d9Copy full SHA for b59f7d9
libs/not-found/src/lib/containers/not-found/not-found.component.html
@@ -9,7 +9,7 @@ <h1 class="error-title">404</h1>
9
</div>
10
11
<div class="error-actions">
12
- <button mat-raised-button color="primary" class="mb-1" [routerLink]="['/dashboard']">Back to Dashboard</button>
+ <button mat-raised-button color="primary" class="mb-1" [routerLink]="['/home']">Back to Home</button>
13
<button mat-raised-button color="warn">Report this Problem</button>
14
15
0 commit comments