Commit 55daead4 authored by Traboulsi's avatar Traboulsi
Browse files

Update public/js/add_content.js

No related merge requests found
Pipeline #9024 passed with stage
in 11 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -78,7 +78,7 @@ function addcontent(item) {
var sdgProjectHTML = ''
if ('sdgImage' in item.links) {
var sdgProjectLink = item.links.sdgImage
sdgProjectHTML = `<a class="btn btn-sm btn-outline-info mt-1" href="${sdgProjectLink}" target="_blank"><img src="imgs/thumbnails/sdg.png" alt="SDG Project" width="20" height="20"> SDG Project</a> &nbsp;`;
sdgProjectHTML = `<a class="btn btn-sm btn-outline-info mt-1" href="${sdgProjectLink}" target="_blank"><img src="imgs/thumbnails/sdg.png" alt="SDG" width="20" height="20"> Sustainable Development Goals</a> &nbsp;`;
}
/* var sdgProjectHTML = '';
if ('sdgImage' in item) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment