refactor: clean up layout components and improve footer styling

This commit is contained in:
2026-02-20 16:30:20 +01:00
parent 3ba3c1c0cb
commit 1fa8b4a9a7
3 changed files with 13 additions and 8 deletions
+8 -1
View File
@@ -5,7 +5,14 @@ export const Footer = () => {
const { data: info } = useVersionInfoQuery();
return (
<Box as="footer" py={4} textAlign="center" width="100%">
<Box
as="footer"
py={4}
textAlign="center"
width="100%"
flexShrink={0}
fontSize="sm"
>
Made with by Theis Gaedigk - Class of 2019 at MCS-Bochum
<br />
Frontend-Version: {info ? info["frontend-info"].version : "N/A"} |