Warning message

This commit is contained in:
Amira24523
2023-06-21 15:55:40 +02:00
parent 09f288532e
commit 0a3a390bb8
6 changed files with 44 additions and 4 deletions
+9
View File
@@ -35,6 +35,15 @@ export default function Home(p) {
textAlign: "center"
}}>Willkommen in deinem Vorlesungsplaner</h1>
<Login/>
<p1 style={{
fontSize: 18,
fontWeight: "bold",
color: "red",
marginTop: "5%",
textAlign: "center",
maxWidth: 450,
justifyContent: "start"
}}>Es handelt sich hierbei um eine BETA-VERSION! Keine Gewähr auf Korrekte oder vollständige Informationen</p1>
</div>
)
}