Fixed bug/issue: #13

This commit is contained in:
2026-02-09 15:49:51 +01:00
parent 757b316b49
commit 38c647c62f

View File

@@ -5,15 +5,7 @@ export const Footer = () => {
const { data: info } = useVersionInfoQuery(); const { data: info } = useVersionInfoQuery();
return ( return (
<Box <Box as="footer" py={4} textAlign="center" width="100%">
as="footer"
py={4}
textAlign="center"
position="fixed"
bottom="0"
left="0"
right="0"
>
Made with by Theis Gaedigk - Class of 2019 at MCS-Bochum Made with by Theis Gaedigk - Class of 2019 at MCS-Bochum
<br /> <br />
Frontend-Version: {info ? info["frontend-info"].version : "N/A"} | Frontend-Version: {info ? info["frontend-info"].version : "N/A"} |