From 2e52149e8e92323f1ad2b484e3a98d323c222703 Mon Sep 17 00:00:00 2001 From: Kristoffer Juelsen Date: Tue, 22 Mar 2022 15:49:12 +0100 Subject: [PATCH] Fixed link and implemented MUI --- src/client/src/components/managebutton.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client/src/components/managebutton.js b/src/client/src/components/managebutton.js index 32e50fa..ee8913e 100644 --- a/src/client/src/components/managebutton.js +++ b/src/client/src/components/managebutton.js @@ -5,8 +5,8 @@ import Button from "@mui/material/Button"; export default function ManageButton(props) { return ( - - + + ); }