-
+
Papers
@@ -76,19 +76,19 @@ export default function Footer() {
-
Events
- DevSOC
+ Events
+ DevSoc
CookOff
Clueminati
-
Our Projects
+ Our Projects
Papers
Contactify
FFCS Combogen
-
Contact Us
+ Contact Us
-
+
Made with ❤️ by Codechef-VIT
diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx
index 08fc5d6..caa8cb7 100644
--- a/src/components/Navbar.tsx
+++ b/src/components/Navbar.tsx
@@ -27,7 +27,7 @@ function Navbar() {
Papers
diff --git a/src/components/RelatedPaper.tsx b/src/components/RelatedPaper.tsx
index ca6f89b..3d77120 100644
--- a/src/components/RelatedPaper.tsx
+++ b/src/components/RelatedPaper.tsx
@@ -64,12 +64,12 @@ const RelatedPapers = () => {
}, [id]);
if (loading) return
;
- if (!currentPaper) return
Paper not found.
;
+ if (!currentPaper) return
Paper not found.
;
return (
-
+
-
Explore More
+ Explore More
{
{relatedPapers.length === 0 ? (
-
No related papers found.
+
No related papers found.
) : (
{relatedPapers.map((paper) => (
diff --git a/src/components/Searchbar/searchbar-child.tsx b/src/components/Searchbar/searchbar-child.tsx
index f2068f7..7bf1749 100644
--- a/src/components/Searchbar/searchbar-child.tsx
+++ b/src/components/Searchbar/searchbar-child.tsx
@@ -55,7 +55,7 @@ function SearchBarChild({
}, []);
return (
-