From 17f82eb013a4c2f4d37938603edc94b4ee49e79b Mon Sep 17 00:00:00 2001 From: harshal-ishere Date: Fri, 16 Feb 2024 20:44:09 +0530 Subject: [PATCH] prolly everthing is done approx idk what m i doin --- app/components/navbar.tsx | 4 ++-- app/page.tsx | 13 +++++++------ 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/app/components/navbar.tsx b/app/components/navbar.tsx index b3544f0..5f62cb8 100644 --- a/app/components/navbar.tsx +++ b/app/components/navbar.tsx @@ -5,8 +5,8 @@ export default function Navbar() { let router = useRouter() return(
- heiherouter.push('/')} /> - router.push('https://github.com/xyz-harshal/antivjti-client')} size={'2rem'} /> + logorouter.push('/')} /> +
) } \ No newline at end of file diff --git a/app/page.tsx b/app/page.tsx index 19ae5f0..44bcda0 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -31,11 +31,11 @@ export default function Home() {
-
+
-

Welcome to Anti-VJTI

-

A platform to post anonymously

-

Only for the peeps of VJTI

+

Welcome to Anti VJTI

+

A platform to post anything anonymously

+

Exclusively for the Students of VJTI

@@ -44,7 +44,7 @@ export default function Home() {
-

I mean i wont brag but, It is what it is

+

I won't brag but It is what it is

{data.map((i, n) => { return (
@@ -60,8 +60,9 @@ export default function Home() { ) })}
-
+

© 2024 Chefs

+

Made with love by Soham Abhay Atharva Prathamesh Abhi and sync

)