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) {
|
export default function SaveButton(props) {
|
||||||
return (
|
return (
|
||||||
<Link to="/">
|
<Link to="/" style={{textDecoration:'none'}}>
|
||||||
<Button>Save and Exit</Button>
|
<Button>Save and Exit</Button>
|
||||||
</Link>
|
</Link>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue