GSA News Letter July - December 2023

GSA News Letter July - December 2023


Global Shea Alliance has declared July as Shea Month in 2021 to create awareness on theneed to grow more trees to safeguard parklands and promote industry sustainability withcross-regional activities including tree planting, community training, rallies, and socialmedia campaigns. As GSA encourages everyone to participate in the celebrations, GSA members across theproducing countries undertook activities to commemorate shea month and here aresome of the highlights

Download...


Copyright © Global Shea Alliance | All rights reserved

C const popup = document.querySelector('.popup'); const close = document.querySelector('.close'); window.onload = function(){ setTimeout(function(){ popup.style.display = "block"; }, 2000) } close.addEventListener('click',()=>{ popup.style.display = 'none'; })