Skip to content

Commit

Permalink
fix(404): fix 404 page to redirect to home
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking committed Aug 5, 2019
1 parent b39d58b commit b59f7d9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -9,7 +9,7 @@ <h1 class="error-title">404</h1>
</div>

<div class="error-actions">
<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>
<button mat-raised-button color="warn">Report this Problem</button>
</div>
</div>
Expand Down

0 comments on commit b59f7d9

Please sign in to comment.