Browse Source

Update goHome() function in http-error-wrapper.component.html

pull/19421/head
Yusuf Çırak 2 years ago
parent
commit
30b99696b0
  1. 2
      npm/ng-packs/packages/theme-shared/src/lib/components/http-error-wrapper/http-error-wrapper.component.html

2
npm/ng-packs/packages/theme-shared/src/lib/components/http-error-wrapper/http-error-wrapper.component.html

@ -18,7 +18,7 @@
</div> </div>
<div class="error-actions"> <div class="error-actions">
@if (isHomeShow) { @if (isHomeShow) {
<a (click)="destroy()" routerLink="/" class="btn btn-primary btn-md mt-2" <a (click)="goHome()" class="btn btn-primary btn-md mt-2"
><span class="glyphicon glyphicon-home"></span> ><span class="glyphicon glyphicon-home"></span>
{{ { key: '::Menu:Home', defaultValue: 'Home' } | abpLocalization }} {{ { key: '::Menu:Home', defaultValue: 'Home' } | abpLocalization }}
</a> </a>

Loading…
Cancel
Save