Skip to content

Commit

Permalink
add login button to mobile (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
thuypham03 authored Aug 31, 2023
1 parent c821b4a commit 605fe8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/src/components/utils/NavBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ const NavBar = ({ headersData, user, setUser }: Props): ReactElement => {
</Link>
);
})}
<Grid style={{ display: 'flex', justifyContent: 'center', alignItems: 'center' }}>
{signInButton()}
</Grid>
</ThemeProvider>
);
};
Expand Down

0 comments on commit 605fe8b

Please sign in to comment.