3 Commits

Author SHA1 Message Date
808b3fd5c4 Merge branch 'dev' into debian12 2025-11-30 21:07:32 +01:00
e362515eff edited gitignore 2025-11-29 14:56:49 +01:00
31960d1ff8 fixed footer message 2025-11-25 18:02:05 +01:00
2 changed files with 6 additions and 2 deletions

6
.gitignore vendored
View File

@@ -112,4 +112,8 @@ backend/public/uploads/
secrets/
keys/
ToDo.txt
ToDo.txt
# only in development branch
next-env.d.ts

View File

@@ -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
<br />
Frontend-Version: {info ? info["frontend-info"].version : "N/A"} |
Backend-Version: {info ? info["backend-info"].version : "N/A"}