diff --git a/src/app/pages/500.component.html b/src/app/pages/500.component.html index c08396f..e09fae4 100644 --- a/src/app/pages/500.component.html +++ b/src/app/pages/500.component.html @@ -8,8 +8,8 @@

The page you are looking for is temporarily unavailable.

- - + + diff --git a/src/app/pages/500.component.ts b/src/app/pages/500.component.ts index fa459e6..a80ff31 100644 --- a/src/app/pages/500.component.ts +++ b/src/app/pages/500.component.ts @@ -7,11 +7,10 @@ import { Location } from '@angular/common'; export class P500Component { constructor( - private location: Location - ) { - } + private location: Location, + ) { } - goBack(): void { - this.location.back(); -} -} \ No newline at end of file + goBack(): void { + this.location.back(); + } +}