diff --git a/public/iips_logo2.png b/public/iips_logo2.png
new file mode 100644
index 0000000..603c4c0
Binary files /dev/null and b/public/iips_logo2.png differ
diff --git a/public/index.html b/public/index.html
index aeda8d7..3444435 100644
--- a/public/index.html
+++ b/public/index.html
@@ -2,7 +2,8 @@
-
-
-
+ return (
+
);
}
diff --git a/src/edit_question/EditQuestion.jsx b/src/edit_question/EditQuestion.jsx
index 4765f0f..64feb5d 100644
--- a/src/edit_question/EditQuestion.jsx
+++ b/src/edit_question/EditQuestion.jsx
@@ -10,6 +10,7 @@ import AlertModal from '../AlertModal/AlertModal'; // Import the AlertModal comp
import Loader from '../Loader/Loader';
const EditQuestion = () => {
+ document.title = "Edit-Question";
const { paperId } = useParams();
const location = useLocation();
diff --git a/src/edit_ready_question/EditReadyQuestion.jsx b/src/edit_ready_question/EditReadyQuestion.jsx
index 5a68326..7aba0ed 100644
--- a/src/edit_ready_question/EditReadyQuestion.jsx
+++ b/src/edit_ready_question/EditReadyQuestion.jsx
@@ -10,6 +10,7 @@ import AlertModal from '../AlertModal/AlertModal'; // Import the AlertModal comp
const EditReadyQuestion = () => {
+ document.title = "Ready Question";
const { paperId } = useParams();
const location = useLocation();
diff --git a/src/error/error404.jsx b/src/error/error404.jsx
index f3d4c96..a30f766 100644
--- a/src/error/error404.jsx
+++ b/src/error/error404.jsx
@@ -18,6 +18,8 @@ export default function Error404() {
}
};
+
+
return (
<>
{sessionId &&
}
diff --git a/src/papers/papers.jsx b/src/papers/papers.jsx
index 725080f..17d2356 100644
--- a/src/papers/papers.jsx
+++ b/src/papers/papers.jsx
@@ -25,6 +25,7 @@ function Papers() {
const teacherId = localStorage.getItem("teacherId");
useEffect(() => {
+
const fetchPapers = async () => {
try {
const response = await axios.post(