From 0bf0bcf025ca3038b256a168c777d4d5179075b1 Mon Sep 17 00:00:00 2001
From: Traboulsi <salam.traboulsi@hft-stuttgart.de>
Date: Mon, 8 Jan 2024 07:50:53 +0000
Subject: [PATCH] Update public/js/add_content.js

---
 public/js/add_content.js | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/public/js/add_content.js b/public/js/add_content.js
index b3a2586..d41ae5f 100644
--- a/public/js/add_content.js
+++ b/public/js/add_content.js
@@ -83,8 +83,7 @@ function addcontent(item) {
                          href="${sdgProjectLink}" 
                          target="_blank"
                          onclick="var popupWindow=window.open('', '_blank'); popupWindow.document.body.innerHTML='<div style=\'text-align: center;\'><h2>SDG</h2><img src=\'${sdgProjectLink}\' alt=\'SDG Project Image\' style=\'width: 100%; max-width: 400px; background-color: white;\'><p>${titleLink}</p></div>'; popupWindow.document.title='${titleLink}';">
-                         <img src="imgs/thumbnails/sdg.png" alt="SDG" width="20" height="20"> Sustainable Development Goals
-                     </a> &nbsp;`;
+                         <img src="imgs/thumbnails/sdg.png" alt="SDG" width="20" height="20"> Global Goals </a> &nbsp;`;
     }
    /* var sdgProjectHTML = '';
     if ('sdgImage' in item) {
-- 
GitLab