Skip to content
Snippets Groups Projects
Verified Commit 8188e8d8 authored by Defendi Alberto's avatar Defendi Alberto
Browse files

Add basic button for loginpage

parent f4f2cbb1
No related branches found
No related tags found
1 merge request!21Add basic button for loginpage
Pipeline #11674 failed
import React, { FC } from 'react'; import React, { FC } from 'react';
import Button from '@material-ui/core/Button';
import { Link } from 'react-router-dom';
export const LandingPage: FC = () => ( export const LandingPage: FC = () => (
<> <>
<Button variant="contained">
<Link to="/auth">Login</Link>
</Button>
<section> <section>
<h2>What is MoveAid?</h2> <h2>What is MoveAid?</h2>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment