We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 994ecf2 commit 821cef4Copy full SHA for 821cef4
public/components/Siderbar.jsx
@@ -70,7 +70,7 @@ function Sidebar({ params }) {
70
};
71
72
return (
73
- <div className="flex flex-col items-center justify-normal gap-40 bg-secondary w-80 h-full pt-6 rounded-3xl">
+ <div className="flex flex-col items-center justify-normal gap-40 bg-secondary w-72 h-full pt-6 rounded-3xl">
74
<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>
75
<div className="flex flex-col justify-between h-72">
76
{menuItems.map((menuItem, index) => (
0 commit comments