diff --git a/FrontendV2/src/components/footer/Footer.tsx b/FrontendV2/src/components/footer/Footer.tsx index 410d55a..3d11c18 100644 --- a/FrontendV2/src/components/footer/Footer.tsx +++ b/FrontendV2/src/components/footer/Footer.tsx @@ -14,7 +14,7 @@ export const Footer = () => { left="0" right="0" > - Made with ❤️ by Theis Gaedigk - Year 2019 at MCS-Bochum + Made with ❤️ by Theis Gaedigk - Class of 2019 at MCS-Bochum
Frontend-Version: {info ? info["frontend-info"].version : "N/A"} | Backend-Version: {info ? info["backend-info"].version : "N/A"}