added versioning to all views

This commit is contained in:
plebbitor
2023-04-23 11:57:13 +02:00
parent 8e9708a442
commit 9010510aa9
6 changed files with 35 additions and 7 deletions
+2 -5
View File
@@ -44,14 +44,11 @@ const NotFound = ({ setBodyStyle }) => {
</Boards>
</Page>
<div style={{
marginTop: "25px",
textAlign: "center",
fontSize: "11px",
marginBottom: "1em",
marginTop: "2em",
}}>
v.0.1.0
<br />
Plebchan is free and open-source software distributed under GPL-2.0 license.
plebchan v0.1.0. GPL-2.0
</div>
</Container>
</>