Update button styles and add type prop

This commit is contained in:
Davenludd 2024-03-15 14:30:45 +01:00
parent 6a25eca01c
commit a49cfc9f01
3 changed files with 6 additions and 1 deletions

View file

@ -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>