Changed lotsa stuff 2

This commit is contained in:
mrfry 2021-03-23 20:00:52 +01:00
parent 7bb7b919ae
commit 1f90e62ac3
10 changed files with 119 additions and 190 deletions

View file

@ -192,13 +192,13 @@ export default function Layout({
) : null}
</div>
{donateShowing ? (
<Layout
<Modal
closeClick={() => {
setDonateShowing(false)
}}
>
<div>hi</div>
</Layout>
</Modal>
) : null}
{showMotdModal ? (
<Modal