diff --git a/public/js/add_content.js b/public/js/add_content.js
index d90af4b79863407228f0ca6f2fe1b2718069e744..3ab8fb15b12ad46604ccfd88ff82b06b9920d3ee 100644
--- a/public/js/add_content.js
+++ b/public/js/add_content.js
@@ -79,13 +79,7 @@ function addcontent(item) {
     var sdgProjectLink = item.sdgImage;
     var customColor = '#8A2BE2';
 
-    sdgProjectHTML = `<a class="sdg-button btn btn-sm btn-outline-" style="color: ${customColor}; border-color: ${customColor};" 
-                        href="javascript:void(0);" 
-                        onclick="toggleImage('${sdgProjectLink}');"
-                        onmouseover="hoverEffect(this, 'white', '#8A2BE2');" 
-                        onmouseout="hoverEffect(this, '${customColor}', 'white');">
-                        SDG Projekt
-                    <img id="sdgImage" src="" alt="SDG Project Image" style="max-width: 100%; max-height: 100%; display: none;"> </a> &nbsp;`;
+    sdgProjectHTML = `<a class="sdg-button btn btn-sm btn-outline-" style="color: ${customColor}; border-color: ${customColor};" href="javascript:void(0);"onclick="toggleImage('${sdgProjectLink}');"onmouseover="hoverEffect(this, 'white', '#8A2BE2');" onmouseout="hoverEffect(this, '${customColor}', 'white');">SDG Projekt<img id="sdgImage" src="" alt="SDG Project Image" style="max-width: 100%; max-height: 100%; display: none;"> </a> &nbsp;`;
 
    /* var sdgProjectHTML = '';
     if ('sdgImage' in item) {