From ee19026d9c58705941ef2aab8e50924ee74466ef Mon Sep 17 00:00:00 2001 From: adityasimant Date: Tue, 5 Sep 2023 20:14:55 +0530 Subject: [PATCH] Update Changes --- src/App.js | 4 ++- src/Style.css | 8 +++++ src/assets/cordimg.jpeg | Bin 47399 -> 62898 bytes src/assets/page_not_found.svg | 1 + src/components/Error.js | 61 ++++++++++++++++++++++++++++++++++ src/components/Faculty.js | 13 ++++---- src/components/Home.js | 1 + src/components/Join.js | 12 ++++--- src/components/Navbar.js | 2 +- 9 files changed, 88 insertions(+), 14 deletions(-) create mode 100644 src/assets/page_not_found.svg create mode 100644 src/components/Error.js diff --git a/src/App.js b/src/App.js index 20e334881..122383b4a 100644 --- a/src/App.js +++ b/src/App.js @@ -1,4 +1,5 @@ import NavBar from './components/Navbar'; +import Error from './components/Error'; import { HashRouter as Router, Route, @@ -26,7 +27,8 @@ function App() { } /> } /> } /> - } /> + } /> +