Performance Update
Dozenten Freigabe/Blockade möglich Zurück Button Implementiert PUUUUSH (insider für Jonas)
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
import Button from "@/components/Button";
|
||||
import {useRouter} from "next/router";
|
||||
import {baseURL} from "@/components/Constants";
|
||||
import {arrowLeft} from "@/components/Icons";
|
||||
|
||||
|
||||
export default function Back(p)
|
||||
{
|
||||
return(
|
||||
<div style={{
|
||||
position : "absolute",
|
||||
left : 20,
|
||||
top : 20,
|
||||
width : 60,
|
||||
height : 60
|
||||
|
||||
}}>
|
||||
<Button onClick={() => p.onClick()} icon={arrowLeft} color={"#77932b"} width={75} height={40}/>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user