Update button styles and add type prop
This commit is contained in:
parent
6a25eca01c
commit
a49cfc9f01
3 changed files with 6 additions and 1 deletions
|
|
@ -67,6 +67,7 @@ function LoginPage(): JSX.Element {
|
|||
onClick={(): void => {
|
||||
return;
|
||||
}}
|
||||
type="button"
|
||||
/>
|
||||
</Link>
|
||||
<Link to="/register">
|
||||
|
|
@ -75,6 +76,7 @@ function LoginPage(): JSX.Element {
|
|||
onClick={(): void => {
|
||||
return;
|
||||
}}
|
||||
type="button"
|
||||
/>
|
||||
</Link>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue