Formatting and edits to make linter happy
This commit is contained in:
parent
6cd940866e
commit
1c0884bb5d
2 changed files with 10 additions and 11 deletions
|
|
@ -3,7 +3,6 @@ import Logo from "/src/assets/TTIMElogo.png";
|
|||
import "./LoginPage.css";
|
||||
import { useEffect } from "react";
|
||||
import { Link } from "react-router-dom";
|
||||
import Register from "../Components/Register";
|
||||
|
||||
const PreloadBackgroundAnimation = (): JSX.Element => {
|
||||
useEffect(() => {
|
||||
|
|
@ -70,14 +69,14 @@ function LoginPage(): JSX.Element {
|
|||
}}
|
||||
/>
|
||||
</Link>
|
||||
<Link to="/register">
|
||||
<Button
|
||||
text="Register new user"
|
||||
onClick={(): void => {
|
||||
return;
|
||||
}}
|
||||
/>
|
||||
</Link>
|
||||
<Link to="/register">
|
||||
<Button
|
||||
text="Register new user"
|
||||
onClick={(): void => {
|
||||
return;
|
||||
}}
|
||||
/>
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
</>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue