Skip to content

Commit

Permalink
fix: mobile profile justify in layout
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeryVerkhoturov committed Jul 1, 2023
1 parent f0bc5e0 commit e08dc8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/mobile-layout-dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default function MobileLayoutDropdown(props: MobileLayoutMenuProps) {
<div className='flex items-center justify-between px-5'>
<Disclosure.Button
as='a'
className='flex items-center justify-between'
className='flex items-center'
href={`/u/${session.user.nickname}`}
>
<Avatar size='sm' src={session.user.image} rounded resolution={50} />
Expand Down

0 comments on commit e08dc8d

Please sign in to comment.