From 17956a9bc35cc0e1f8f4b679c5b62fe9df1fa83c Mon Sep 17 00:00:00 2001 From: auraticabhi Date: Mon, 1 Apr 2024 20:56:10 +0530 Subject: [PATCH] ui changes --- app/page.tsx | 10 +- components/Navbar.tsx | 145 +++++++++++++------------ components/Post.tsx | 5 +- components/profilePage/ProfileCard.tsx | 4 +- components/queAnsPage/AnsPost.tsx | 4 +- components/queAnsPage/QuePost.tsx | 2 +- components/ui/tabs.tsx | 2 +- 7 files changed, 94 insertions(+), 78 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index 57f01be..e984017 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -528,6 +528,7 @@ export default function Home() { +
This is the title, write your question here.
)} @@ -549,6 +550,7 @@ export default function Home() { )} /> +
This is the description, give more details about your question here.
)} @@ -566,8 +568,9 @@ export default function Home() { }
+
Category
*/} { />
+ +
{ @@ -595,6 +536,7 @@ const clearNotifications = async () => { +
This is the title, write your question here.
)} @@ -616,6 +558,7 @@ const clearNotifications = async () => { )} /> +
This is the description, give more details about your question here.
)} @@ -633,7 +576,7 @@ const clearNotifications = async () => {