diff --git a/public/index.html b/public/index.html
index 1ac240a..f50bbd9 100644
--- a/public/index.html
+++ b/public/index.html
@@ -5,11 +5,8 @@
-
-
+
+
\ No newline at end of file
diff --git a/public/manifest.json b/public/manifest.json
index 080d6c7..ebe795c 100644
--- a/public/manifest.json
+++ b/public/manifest.json
@@ -8,13 +8,13 @@
"type": "image/x-icon"
},
{
- "src": "logo192.png",
- "type": "image/png",
+ "src": "logo.svg",
+ "type": "image/svg",
"sizes": "192x192"
},
{
- "src": "logo512.png",
- "type": "image/png",
+ "src": "logo.svg",
+ "type": "image/svg",
"sizes": "512x512"
}
],
diff --git a/src/App.js b/src/App.js
index 7901e34..3437701 100644
--- a/src/App.js
+++ b/src/App.js
@@ -5,13 +5,15 @@ import About from "./routes/About";
import Project from "./routes/Project";
import Contact from "./routes/Contact";
import { Routes, Route } from "react-router-dom";
+import NotFound from "./routes/NotFound";
function App() {
return (
+ } />
} />
} />
- } />
+ } />
} />
);
diff --git a/src/Components/About/AboutContent.css b/src/Components/About/AboutContent.css
index bde6ad9..2e635e2 100644
--- a/src/Components/About/AboutContent.css
+++ b/src/Components/About/AboutContent.css
@@ -16,6 +16,7 @@
.about .left p{
margin: 1.2rem 0;
+ text-align: justify;
}
.about .right{
diff --git a/src/Components/ContactForm/ContactForm.js b/src/Components/ContactForm/ContactForm.js
index 9e249b8..f10ed00 100644
--- a/src/Components/ContactForm/ContactForm.js
+++ b/src/Components/ContactForm/ContactForm.js
@@ -55,16 +55,16 @@ const ContactForm = () => {