diff --git a/routes/project.ts b/routes/project.ts
index d7e86a429ec9091088ff73b350266091693a4235..802062b929f88d08c260744c950130995cb66294 100644
--- a/routes/project.ts
+++ b/routes/project.ts
@@ -89,7 +89,7 @@ module.exports = function (app:any, lang:string) {
         for(let i = 0; i < projectData.length; i++){
           // M4_LAB logo for all projects that do not have logo
           if (projectData[i].avatar_url == null) {
-            projectData[i].avatar_url = "https://m4lab.hft-stuttgart.de/img/footer/M4_LAB_LOGO_Graustufen.png"
+            projectData[i].avatar_url = "https://m4lab.hft-stuttgart.de/img/body/M4_LAB_LOGO_NO_TEXT.png"
           }
           // for all projects that have no description
           if (projectData[i].description == "") {
@@ -159,7 +159,7 @@ module.exports = function (app:any, lang:string) {
           if (status) {
             // M4_LAB logo for all projects that do not have logo
             if (pagesData[i].avatar_url == null) {
-              pagesData[i].avatar_url = "https://m4lab.hft-stuttgart.de/img/footer/M4_LAB_LOGO_Graustufen.png"
+              pagesData[i].avatar_url = "https://m4lab.hft-stuttgart.de/img/body/M4_LAB_LOGO_NO_TEXT.png"
             }
             // for all projects that have no description
             if (pagesData[i].description == "") {