Hide banner if mobile

This commit is contained in:
Anthony Stirling
2023-06-02 23:43:22 +01:00
parent 45b3e0aa6a
commit e2a787e519
3 changed files with 53 additions and 56 deletions

View File

@@ -16,7 +16,7 @@ public class AppConfig {
@Bean(name = "appVersion")
public String appVersion() {
String version = getClass().getPackage().getImplementationVersion();
return (version != null) ? version : "0.3.3";
return (version != null) ? version : "0.0.0";
}
@Bean(name = "homeText")