diff --git a/vinvoor/package.json b/vinvoor/package.json index dd053f2..7da5c01 100644 --- a/vinvoor/package.json +++ b/vinvoor/package.json @@ -1,7 +1,7 @@ { "name": "vinvoor", "type": "module", - "version": "0.1.0", + "version": "0.2.7", "private": true, "scripts": { "dev": "vite", diff --git a/vinvoor/public/ferris.svg b/vinvoor/public/ferris.svg new file mode 100644 index 0000000..1121f76 --- /dev/null +++ b/vinvoor/public/ferris.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/vinvoor/public/react.svg b/vinvoor/public/react.svg new file mode 100644 index 0000000..e07b101 --- /dev/null +++ b/vinvoor/public/react.svg @@ -0,0 +1,9 @@ + + React Logo + + + + + + + \ No newline at end of file diff --git a/vinvoor/src/footer/Footer.tsx b/vinvoor/src/footer/Footer.tsx index 17090ab..3322441 100644 --- a/vinvoor/src/footer/Footer.tsx +++ b/vinvoor/src/footer/Footer.tsx @@ -1,6 +1,8 @@ import { Box, Icon, Link } from "@mui/material"; import { TypographyG } from "../components/TypographyG"; import { useVersion } from "../hooks/useVersion"; +import FerrisIcon from "/ferris.svg"; +import ReactIcon from "/react.svg"; import ZeusIcon from "/zeus.svg"; export function Footer() { @@ -15,8 +17,28 @@ export function Footer() { }} > + + + v {version?.version ?? ""} + + + + v + {import.meta.env.VITE_APP_VERSION}