From ba39cdd2ba03a3cf0cbbfc51625dbdfdf86f6df6 Mon Sep 17 00:00:00 2001 From: dakshmehta007 Date: Sat, 14 Sep 2024 13:59:51 +0530 Subject: [PATCH] Remove internal slidebar and adjest it with outer one --- client/app/profile/page.tsx | 34 +++++++++++++++++----------------- package-lock.json | 6 ++++++ 2 files changed, 23 insertions(+), 17 deletions(-) create mode 100644 package-lock.json diff --git a/client/app/profile/page.tsx b/client/app/profile/page.tsx index b4f6839..c122f20 100644 --- a/client/app/profile/page.tsx +++ b/client/app/profile/page.tsx @@ -8,25 +8,25 @@ const ProfilePage = () => { const { elections, isLoading } = useOpenElection(); if (isLoading) return ; return ( -
-
-
-
-

- Profile -

-
-
- {elections!.map((election, key) => { - return ; - })} -
-
+
+
+
+
+

+ Profile +

+
+
+ {elections!.map((election, key) => { + return ; + })}
+
+
); }; diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..adee8ce --- /dev/null +++ b/package-lock.json @@ -0,0 +1,6 @@ +{ + "name": "Agora-Blockchain-open-source", + "lockfileVersion": 3, + "requires": true, + "packages": {} +}