Skip to content

Commit

Permalink
Using size instead of h and w classes
Browse files Browse the repository at this point in the history
  • Loading branch information
vrundakansara authored Oct 1, 2024
1 parent 220530d commit 1ed9329
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 @@ -125,7 +125,7 @@ const SidebarFooter = ( { children } ) => {
</>
) : (
<>
<PanelLeftClose className="w-5 h-5" /> Collapse
<PanelLeftClose className="size-5" /> Collapse
</>
) }
</button>
Expand Down

0 comments on commit 1ed9329

Please sign in to comment.