Skip to content

Commit

Permalink
make signup button consistent with others
Browse files Browse the repository at this point in the history
  • Loading branch information
huumn committed Sep 12, 2024
1 parent 814558c commit 1518b9c
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 @@ -222,7 +222,7 @@ export function SignUpButton ({ className = 'py-0', width }) {

return (
<Button
className={classNames('align-items-center ps-2 pe-3', className)}
className={classNames('align-items-center ps-2 py-1 pe-3', className)}
style={{ borderWidth: '2px', width: width || '150px' }}
id='signup'
onClick={() => handleLogin('/signup')}
Expand Down

0 comments on commit 1518b9c

Please sign in to comment.