Fixed link and implemented MUI
This commit is contained in:
parent
4a2579db50
commit
2e52149e8e
|
@ -5,8 +5,8 @@ import Button from "@mui/material/Button";
|
||||||
|
|
||||||
export default function ManageButton(props) {
|
export default function ManageButton(props) {
|
||||||
return (
|
return (
|
||||||
<Link to="/tournament/manage">
|
<Link to="/tournament/manage" style={{textDecoration:'none'}}>
|
||||||
<Button className="ManageButton">Manage Tournament</Button>
|
<Button className="ManageButton" variant="contained" color="primary">Manage Tournament</Button>
|
||||||
</Link>
|
</Link>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue