Modules On Push
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user