Removed underline from save button

This commit is contained in:
Kristoffer Juelsenn 2022-03-22 16:13:06 +01:00
parent c5872f65b6
commit 9a81bb5b57
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import Button from "@mui/material/Button";
export default function SaveButton(props) {
return (
<Link to="/">
<Link to="/" style={{textDecoration:'none'}}>
<Button>Save and Exit</Button>
</Link>
);