mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-17 13:07:32 +02:00
Fix buttons on create profile pages (#149)
This commit is contained in:
parent
044aec2caf
commit
a35cb1304c
2 changed files with 2 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ export default function CreateContactProfilePage() {
|
|||
<Typography className={classes.divider} />
|
||||
<Button
|
||||
type="submit"
|
||||
variant="contained"
|
||||
className={classes.button}
|
||||
>
|
||||
Create
|
||||
|
|
|
|||
|
|
@ -65,6 +65,7 @@ export default function CreateSigningProfilePage() {
|
|||
<Typography className={classes.divider} />
|
||||
<Button
|
||||
type="submit"
|
||||
variant="contained"
|
||||
className={classes.button}
|
||||
>
|
||||
Create
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue