Fixed bug/issue: #13
This commit is contained in:
@@ -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"} |
|
||||||
|
|||||||
Reference in New Issue
Block a user