Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
huumn committed Dec 28, 2024
1 parent 43129f7 commit 211e3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/nav/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ export function LoginButtons ({ handleClose }) {
<LoginButton />
</Dropdown.Item>
<Dropdown.Item className='py-1'>
<SignUpButton className='py-1'/>
<SignUpButton className='py-1' />
</Dropdown.Item>
<Dropdown.Item className='py-1'>
<SwitchAccountButton handleClose={handleClose} />
Expand Down

0 comments on commit 211e3c1

Please sign in to comment.