diff --git a/backend/build.gradle.kts b/backend/build.gradle.kts index 8328cf7..2c735c4 100644 --- a/backend/build.gradle.kts +++ b/backend/build.gradle.kts @@ -54,7 +54,7 @@ dependencies { implementation("io.jsonwebtoken:jjwt-api:0.11.5") runtimeOnly("io.jsonwebtoken:jjwt-impl:0.11.5") runtimeOnly("io.jsonwebtoken:jjwt-jackson:0.11.5") - implementation("org.springframework.boot:spring-boot-starter-mail") + compileOnly("org.springframework.boot:spring-boot-starter-mail") } tasks.withType { diff --git a/frontend/src/app/feature/home/home.component.html b/frontend/src/app/feature/home/home.component.html index 73a67e8..dc8ee59 100644 --- a/frontend/src/app/feature/home/home.component.html +++ b/frontend/src/app/feature/home/home.component.html @@ -7,7 +7,7 @@
-

Alle Spiele

+

Beliebte Spiele

+ +
+

Alle Spiele

+
+
+
+ +
+
+

{{ game.name }}

+ +
+
+
+
+
+