From 1c972ceec96b74bbc92116cbfb031d53d5c85d8c Mon Sep 17 00:00:00 2001 From: IPdotSetAF Date: Tue, 14 Jan 2025 16:13:58 +0330 Subject: [PATCH] changed 404 message added header and footer tags --- Frontend/package-lock.json | 4 ++-- Frontend/src/app/app/app.component.html | 4 ++-- Frontend/src/app/home/home.component.html | 22 ++++++++++--------- .../app/not-found/not-found.component.html | 2 +- 4 files changed, 17 insertions(+), 15 deletions(-) diff --git a/Frontend/package-lock.json b/Frontend/package-lock.json index 5a7c8cd..0a5aa84 100644 --- a/Frontend/package-lock.json +++ b/Frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "code-chef", - "version": "2.2.0", + "version": "2.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "code-chef", - "version": "2.2.0", + "version": "2.3.0", "dependencies": { "@angular/animations": "^18.2.0", "@angular/common": "^18.2.0", diff --git a/Frontend/src/app/app/app.component.html b/Frontend/src/app/app/app.component.html index 40fe04d..b246ac7 100644 --- a/Frontend/src/app/app/app.component.html +++ b/Frontend/src/app/app/app.component.html @@ -1,5 +1,5 @@ @if (header) { - +
} - \ No newline at end of file +
\ No newline at end of file diff --git a/Frontend/src/app/home/home.component.html b/Frontend/src/app/home/home.component.html index a7761b5..fccfdd8 100644 --- a/Frontend/src/app/home/home.component.html +++ b/Frontend/src/app/home/home.component.html @@ -1,15 +1,17 @@
-
diff --git a/Frontend/src/app/not-found/not-found.component.html b/Frontend/src/app/not-found/not-found.component.html index 8ccadf2..38a5e77 100644 --- a/Frontend/src/app/not-found/not-found.component.html +++ b/Frontend/src/app/not-found/not-found.component.html @@ -2,7 +2,7 @@

404

-

Not here bro!

+

Nothing to cook here!