Skip to content

Commit

Permalink
Update src/components/sidebar/sidebar.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
vrundakansara authored Oct 1, 2024
1 parent 1ed9329 commit 2ad8ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sidebar/sidebar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const SidebarFooter = ( { children } ) => {
{ isCollapsed ? (
<>
<Tooltip title="Expand" placement="right">
<PanelLeftOpen className="w-5 h-5" />
<PanelLeftOpen className="size-5" />
</Tooltip>
</>
) : (
Expand Down

0 comments on commit 2ad8ebf

Please sign in to comment.