From 31960d1ff8ff0e3a375a8a55b990fe9e3d12056f Mon Sep 17 00:00:00 2001 From: Theis Gaedigk Date: Tue, 25 Nov 2025 18:02:05 +0100 Subject: [PATCH] fixed footer message --- FrontendV2/src/components/footer/Footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}