Skip to content

Commit

Permalink
Update src/components/AppHeader/AppHeader.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: ameerul-deriv <[email protected]>
  • Loading branch information
shayan-deriv and ameerul-deriv authored May 27, 2024
1 parent 5b4d713 commit 1c54182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AppHeader/AppHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const AppHeader = () => {
) : (
<Wrapper variant='left'>
<div
className='flex items-center justify-center pt-2 pb-2 pr-4 pl-4 h-full '
className='flex items-center justify-center py-2 px-4 h-full'
onClick={() => setIsDrawerOpen(true)}
>
<LegacyMenuHamburger2pxIcon iconSize='xs' />
Expand Down

0 comments on commit 1c54182

Please sign in to comment.