From 1f87e8bc4f950fcb844c3e0a42e33d743a524837 Mon Sep 17 00:00:00 2001 From: Topvennie Date: Fri, 6 Dec 2024 00:04:11 +0100 Subject: [PATCH] vinvoor: frontend version --- vinvoor/package.json | 2 +- vinvoor/public/ferris.svg | 47 +++++++++++++++++++++++++++++++++++ vinvoor/public/react.svg | 9 +++++++ vinvoor/src/footer/Footer.tsx | 22 ++++++++++++++++ 4 files changed, 79 insertions(+), 1 deletion(-) create mode 100644 vinvoor/public/ferris.svg create mode 100644 vinvoor/public/react.svg 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}