diff --git a/web/src/components/Appbar/index.js b/web/src/components/Appbar/index.js index 75708cb..a1da5e3 100644 --- a/web/src/components/Appbar/index.js +++ b/web/src/components/Appbar/index.js @@ -114,6 +114,7 @@ export default function MiniDrawer() { + fetch(shutdownHost())}> diff --git a/web/src/components/Donate.js b/web/src/components/Donate.js index 35bfe94..17d8ec9 100644 --- a/web/src/components/Donate.js +++ b/web/src/components/Donate.js @@ -21,9 +21,9 @@ export default function DonateDialog() { const [snakeOpen, setSnakeOpen] = React.useState(true) // NOT USED FOR NOW - // const handleClickOpen = () => { - // setOpen(true) - // } + const handleClickOpen = () => { + setOpen(true) + } const handleClose = () => { setOpen(false) } @@ -31,12 +31,12 @@ export default function DonateDialog() { return (
{/* !!!!!!!!!!! Should be removed or moved to sidebar because it is not visible. It is hiddent behind header */} - {/* + - */} + {/* !!!!!!!!!!!!!!!!!!!! */}