Modules On Push

This commit is contained in:
brausjonas
2023-05-24 17:30:16 +02:00
parent f42f2df078
commit 7703b0676d
5 changed files with 3324 additions and 51 deletions
+5 -1
View File
@@ -16,7 +16,11 @@ export default function Logout()
<div style={{
position: "absolute",
left: 20,
top: 20
top: 20,
width: 130,
height: 60,
borderBottomRightRadius: 10,
}}>
<Button onClick={() => logout()} text={"Logout"} color={"#77932b"} width={100} height={40}/>
</div>