diff --git a/vinvoor/src/footer/Footer.tsx b/vinvoor/src/footer/Footer.tsx index f2e7782..3336c34 100644 --- a/vinvoor/src/footer/Footer.tsx +++ b/vinvoor/src/footer/Footer.tsx @@ -7,44 +7,44 @@ export const Footer = () => { const { data: version } = useVersion(); return ( - + v {version?.version ?? ""} + - v {version?.version ?? ""} - - Made with ❤️ by - - - Zeus Icon - - - - - © 2024 + Made with ❤️ by + + + Zeus Icon + - + + + © 2024 + + ); };