aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/not-found
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-03-06 14:29:14 +0200
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-03-06 14:29:14 +0200
commit4b094fb29ea7eaeb58f0c29df60e55586a74db76 (patch)
treedba5ca9fb171c25182b5e2450363b7dce0db1304 /src/app/components/not-found
parentb379eed12c5f5fa1b1685dc2ad87191733a41d28 (diff)
downloadDevHive-Angular-4b094fb29ea7eaeb58f0c29df60e55586a74db76.tar
DevHive-Angular-4b094fb29ea7eaeb58f0c29df60e55586a74db76.tar.gz
DevHive-Angular-4b094fb29ea7eaeb58f0c29df60e55586a74db76.zip
Reverted footer
Diffstat (limited to 'src/app/components/not-found')
-rw-r--r--src/app/components/not-found/not-found.component.html15
1 files changed, 6 insertions, 9 deletions
diff --git a/src/app/components/not-found/not-found.component.html b/src/app/components/not-found/not-found.component.html
index 4588d2c..83d73ce 100644
--- a/src/app/components/not-found/not-found.component.html
+++ b/src/app/components/not-found/not-found.component.html
@@ -1,13 +1,10 @@
<main id="content">
- <summary class="title">Page not found!</summary>
- <hr />
+ <summary class="title">
+ Page not found!
+ </summary>
+ <hr>
<nav id="back-btns">
- <button class="submit-btn" type="submit" (click)="backToFeed()">
- Back to feed
- </button>
- <button class="submit-btn" type="submit" (click)="backToLogin()">
- Back to login
- </button>
+ <button class="submit-btn" type="submit" (click)="backToFeed()">Back to feed</button>
+ <button class="submit-btn" type="submit" (click)="backToLogin()">Back to login</button>
</nav>
- <app-footer></app-footer>
</main>