Skip to content

Commit

Permalink
update to footer component
Browse files Browse the repository at this point in the history
  • Loading branch information
customcommander committed Sep 7, 2024
1 parent e826a68 commit bac858c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component-footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class AgricolaFooter extends LitElement {

render() {
return html`
<div>version: ${VERSION}</div>
<div>Version: ${VERSION}</div>
`;
}
}
Expand Down

0 comments on commit bac858c

Please sign in to comment.