Skip to content

Commit

Permalink
Remove redundant is-mobile className
Browse files Browse the repository at this point in the history
  • Loading branch information
julianweng committed Oct 13, 2024
1 parent 9ebe32c commit b60d6b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ const Header = ({ authenticated, userInfo }: HeaderProps): ReactElement => {
</Link>
{authenticated === false && (
<MobileLoginButton
className="button is-mobile"
className="button"
href={`${LOGIN_URL}?next=${router.asPath}`}
onClick={() => logEvent('login', 'click')}
>
Expand Down

0 comments on commit b60d6b6

Please sign in to comment.