Skip to content

Commit

Permalink
♻️ refactor application name
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Fihlon <[email protected]>
  • Loading branch information
McPringle committed Mar 24, 2024
1 parent e99731d commit 5fe18a2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/main/java/swiss/fihlon/apus/Application.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
*
*/
@SpringBootApplication
@PWA(name = "Project Base for Vaadin with Spring", shortName = "Project Base")
@Theme("my-theme")
@PWA(name = "Apus", shortName = "Apus")
@Theme("apus")
@SuppressWarnings({"FinalClass", "HideUtilityClassConstructor"})
public class Application implements AppShellConfigurator {

Expand Down

0 comments on commit 5fe18a2

Please sign in to comment.