diff --git a/src/component-footer.js b/src/component-footer.js index ab07d0a..c22afaf 100644 --- a/src/component-footer.js +++ b/src/component-footer.js @@ -9,7 +9,7 @@ class AgricolaFooter extends LitElement { render() { return html` -
version: ${VERSION}
+
Version: ${VERSION}
`; } }