mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-05 01:04:25 -04:00
Improve sign in button (#123)
* Improve sign in button Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> * Add missing size attribute Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> * reformat code Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
This commit is contained in:
parent
39b1175850
commit
a62e3857b4
4 changed files with 26 additions and 26 deletions
|
@ -30,7 +30,7 @@ const HeaderBar: React.FC = () => {
|
|||
<span className={'mr-1 d-flex'}>
|
||||
<NewGuestNoteButton/>
|
||||
</span>
|
||||
<SignInButton/>
|
||||
<SignInButton size="sm"/>
|
||||
</Fragment>
|
||||
: <Fragment>
|
||||
<span className={'mr-1 d-flex'}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue