diff --git a/public/assets/img/GemInternormKantine.png b/public/assets/img/GemInternormKantine.png new file mode 100644 index 0000000..0500de3 Binary files /dev/null and b/public/assets/img/GemInternormKantine.png differ diff --git a/public/assets/img/InputKegel.png b/public/assets/img/InputKegel.png deleted file mode 100644 index 4297a93..0000000 Binary files a/public/assets/img/InputKegel.png and /dev/null differ diff --git a/public/assets/img/InternormKantine.jpg b/public/assets/img/InternormKantine.jpg new file mode 100644 index 0000000..e9d734e Binary files /dev/null and b/public/assets/img/InternormKantine.jpg differ diff --git a/public/assets/img/KegelGaudi2025.png b/public/assets/img/KegelGaudi2025.png deleted file mode 100644 index ff60343..0000000 Binary files a/public/assets/img/KegelGaudi2025.png and /dev/null differ diff --git a/src/app/components/login/login.component.html b/src/app/components/login/login.component.html index 4409fc0..a60c22e 100644 --- a/src/app/components/login/login.component.html +++ b/src/app/components/login/login.component.html @@ -1,6 +1,6 @@
-
-

Pinin

+
+

Kantine

diff --git a/src/app/components/register/register.component.html b/src/app/components/register/register.component.html index bf13e80..d1743b7 100644 --- a/src/app/components/register/register.component.html +++ b/src/app/components/register/register.component.html @@ -1,5 +1,5 @@
-
+

Registrieren

diff --git a/src/styles.css b/src/styles.css index dc85fd3..e49d3be 100644 --- a/src/styles.css +++ b/src/styles.css @@ -8,7 +8,7 @@ height: 100%; /* Füge das Hintergrundbild hinzu */ - background-image: url('/assets/img/KegelGaudi2025.png'); + background-image: url('/assets/img/InternormKantine.jpg'); /* Stelle sicher, dass das Bild den gesamten Container ausfüllt */ background-size: cover;