diff --git a/vinvoor/src/footer/Footer.tsx b/vinvoor/src/footer/Footer.tsx index 3322441..b55663c 100644 --- a/vinvoor/src/footer/Footer.tsx +++ b/vinvoor/src/footer/Footer.tsx @@ -1,4 +1,4 @@ -import { Box, Icon, Link } from "@mui/material"; +import { Box, Icon, Link, Tooltip } from "@mui/material"; import { TypographyG } from "../components/TypographyG"; import { useVersion } from "../hooks/useVersion"; import FerrisIcon from "/ferris.svg"; @@ -16,29 +16,37 @@ export function Footer() { alignItems: "center", }} > - - - - - v - {version?.version ?? ""} - - - - v - {import.meta.env.VITE_APP_VERSION} + + + + + + + v + {version?.version ?? ""} + + + + + + + + v + {import.meta.env.VITE_APP_VERSION} + +