From bac858cd9cae854a99eb5d53c8b88c8c910e0b1c Mon Sep 17 00:00:00 2001 From: customcommander Date: Sat, 7 Sep 2024 10:45:39 +0100 Subject: [PATCH] update to footer component --- src/component-footer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}
`; } }