Skip to content

Commit

Permalink
πŸ› fix: organization logo in dashboard sidebar.
Browse files Browse the repository at this point in the history
  • Loading branch information
yashdev9274 committed Jun 5, 2024
1 parent aae5043 commit 8e8286f
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/components/sidebar/menu-options.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,14 @@ const MenuOptions = ({
)}
>
<div>
<AspectRatio ratio={16 / 5} />
<Image
src={sidebarLogo}
alt="Sidebar Logo"
fill
className="rounded-md object-contain"
/>
<AspectRatio ratio={16 / 5} >
<Image
src={sidebarLogo}
alt="Sidebar Logo"
fill
className="rounded-md object-contain"
/>
</AspectRatio>
</div>
</SheetContent>
</Sheet>
Expand Down

0 comments on commit 8e8286f

Please sign in to comment.