Compare commits
3 Commits
0891598eb9
...
808b3fd5c4
| Author | SHA1 | Date | |
|---|---|---|---|
| 808b3fd5c4 | |||
| e362515eff | |||
| 31960d1ff8 |
6
.gitignore
vendored
6
.gitignore
vendored
@@ -112,4 +112,8 @@ backend/public/uploads/
|
|||||||
secrets/
|
secrets/
|
||||||
keys/
|
keys/
|
||||||
|
|
||||||
ToDo.txt
|
ToDo.txt
|
||||||
|
|
||||||
|
|
||||||
|
# only in development branch
|
||||||
|
next-env.d.ts
|
||||||
@@ -14,7 +14,7 @@ export const Footer = () => {
|
|||||||
left="0"
|
left="0"
|
||||||
right="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 />
|
<br />
|
||||||
Frontend-Version: {info ? info["frontend-info"].version : "N/A"} |
|
Frontend-Version: {info ? info["frontend-info"].version : "N/A"} |
|
||||||
Backend-Version: {info ? info["backend-info"].version : "N/A"}
|
Backend-Version: {info ? info["backend-info"].version : "N/A"}
|
||||||
|
|||||||
Reference in New Issue
Block a user