5
0
mirror of https://github.com/AJMicke/KickerELO.git synced 2026-03-11 13:31:02 +01:00

Allow searching for teams in 2vs2 match history

This commit is contained in:
Anton Micke
2025-04-04 14:44:27 +02:00
committed by AJMicke
parent 811219de18
commit ff79462211
2 changed files with 2 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ You can run the application in two ways:
1. Using Maven:
```sh
mvn spring-boot:run -Dspring-boot.run.profiles=production
mvn spring-boot:run -Dspring-boot.run.profiles=prod
```
2. Using the built .jar file:

View File

@@ -15,7 +15,7 @@ import com.vaadin.flow.router.Layout;
import org.kickerelo.kickerelo.views.*;
@Layout
@JsModule("prefers-color-scheme.js")
@JsModule("./prefers-color-scheme.js")
public class KickerAppLayout extends AppLayout {
public KickerAppLayout() {