App version

This commit is contained in:
2024-07-29 23:09:48 +02:00
parent b455fdb20e
commit 702bb94004
3 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ const Footer: FC = () => {
</Link>
</Grid>
<Grid item xs={12} sx={{ display: 'flex', justifyContent: 'center' }}>
<Typography variant="caption">© 2024 Kilian Kurt Hofmann</Typography>
<Typography variant="caption">© 2024 Kilian Kurt Hofmann | Build {__APP_VERSION__}</Typography>
</Grid>
</Grid>
</Box>
+2
View File
@@ -1 +1,3 @@
/// <reference types="vite/client" />
declare const __APP_VERSION__: string;