diff --git a/.gitignore b/.gitignore index 72a83d3..0ea5131 100644 --- a/.gitignore +++ b/.gitignore @@ -112,4 +112,8 @@ backend/public/uploads/ secrets/ keys/ -ToDo.txt \ No newline at end of file +ToDo.txt + + +# only in development branch +next-env.d.ts \ No newline at end of file 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"}