aboutsummaryrefslogtreecommitdiffstats
path: root/src/views/Landing/Footer.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/Landing/Footer.jsx')
-rw-r--r--src/views/Landing/Footer.jsx4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/views/Landing/Footer.jsx b/src/views/Landing/Footer.jsx
index 3047554..d8cd4a4 100644
--- a/src/views/Landing/Footer.jsx
+++ b/src/views/Landing/Footer.jsx
@@ -4,6 +4,7 @@ import Box from '@mui/joy/Box'
import Link from '@mui/joy/Link'
import Typography from '@mui/joy/Typography'
import * as React from 'react'
+import { version } from '../../../package.json'
function Footer() {
return (
@@ -103,6 +104,9 @@ function Footer() {
<Link disabled={true} level='body2' sx={{ display: 'block' }}>
Changelog(soon)
</Link>
+ <Link disabled={true} level='body2' sx={{ display: 'block' }}>
+ V{version}
+ </Link>
</Box>
{/* <Box>
<Typography level='body2' fontWeight='bold' mb={1}>