names changed
This commit is contained in:
@@ -915,8 +915,8 @@ export default function CalenderView(p) {
|
||||
display: typeof window !== "undefined" && localStorage.getItem("admin") == 0 ? "block" : "none",
|
||||
marginTop: 10,
|
||||
fontSize: 20
|
||||
}}>{Math.floor(timePlanned)}h {(Math.floor(timePlanned * 3) - Math.floor(Math.floor(timePlanned) * 3)) * 15} min
|
||||
// 20h</p>
|
||||
}}>{Math.floor(timePlanned)} Vorlesungsstunden {(Math.floor(timePlanned * 3) - Math.floor(Math.floor(timePlanned) * 3)) * 15} min
|
||||
// 20 Vorlesungsstunden</p>
|
||||
|
||||
<div style={{
|
||||
display: typeof window !== "undefined" && localStorage.getItem("admin") == 0 ? "block" : "none",
|
||||
|
||||
@@ -48,6 +48,7 @@ export default function Login() {
|
||||
return (
|
||||
// <div className="border">
|
||||
<login className={"login-container box-shadow"}>
|
||||
|
||||
<p className={"font-big-fat placement"}>Login</p>
|
||||
<div className={"placement"}>
|
||||
<br/>
|
||||
|
||||
Reference in New Issue
Block a user