Update footer to display app version and adjust styling
Refactor the footer in App.vue to include the application version and improve layout with flexbox. Remove the version display from StatusBox.vue and update the app version in version.js from 3.0.0 to 3.1.0.
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
/** Sichtbare Web-App-Version (synchron mit package.json). */
|
||||
export const APP_VERSION = '3.0.0'
|
||||
export const APP_VERSION = '3.1.0'
|
||||
|
||||
Reference in New Issue
Block a user