Skip to content

Commit 821cef4

Browse files
Update Siderbar.jsx
1 parent 994ecf2 commit 821cef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/components/Siderbar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function Sidebar({ params }) {
7070
};
7171

7272
return (
73-
<div className="flex flex-col items-center justify-normal gap-40 bg-secondary w-80 h-full pt-6 rounded-3xl">
73+
<div className="flex flex-col items-center justify-normal gap-40 bg-secondary w-72 h-full pt-6 rounded-3xl">
7474
<div className="bg-[#141646] items-center flex justify-center rounded-full m-3 text-7xl text-primary/50 "><img className='w-32' src='/ScholizareLogo.png'/></div>
7575
<div className="flex flex-col justify-between h-72">
7676
{menuItems.map((menuItem, index) => (

0 commit comments

Comments
 (0)