Removed underline from save button
This commit is contained in:
parent
c5872f65b6
commit
9a81bb5b57
|
@ -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>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue