mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
fixed mobile header appearance
This commit is contained in:
parent
73c30b6d25
commit
c925ae461a
10 changed files with 66 additions and 43 deletions
|
@ -11,9 +11,7 @@ interface IProps {
|
|||
|
||||
const LoginDialogButtons: FC<IProps> = ({ openOauthWindow }) => (
|
||||
<Group className={styles.footer}>
|
||||
<Button>
|
||||
<span>Войти</span>
|
||||
</Button>
|
||||
<Button>Войти</Button>
|
||||
|
||||
<Grid columns="repeat(2, 1fr)">
|
||||
<Button color="outline" iconLeft="google" type="button" onClick={openOauthWindow('google')}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue