11import {
22 SocialFacebookIcon ,
3+ SocialInstagramIcon ,
4+ SocialLinkedinIcon ,
35 SocialMediumIcon ,
6+ SocialTwitterIcon ,
47 SocialYoutubeIcon ,
58} from '@ifrc-go/icons' ;
69import {
@@ -51,7 +54,7 @@ function GlobalFooter(props: Props) {
5154 needs with the right response.
5255 </ div >
5356 < div className = { styles . copyright } >
54- © IFRC
57+ © ERCS EOC
5558 { ' ' }
5659 { year }
5760 </ div >
@@ -126,9 +129,7 @@ function GlobalFooter(props: Props) {
126129 Dataset
127130 </ Link >
128131 < Link
129- href = "https://github.com/ifrcgo/go-web-app"
130- external
131- colorVariant = "text-on-dark"
132+ to = "projectMapping"
132133 >
133134 Project Mapping
134135 </ Link >
@@ -150,41 +151,70 @@ function GlobalFooter(props: Props) {
150151 withSpacingOpticalCorrection
151152 >
152153 < Link
153- href = "mailto:im@ifrc .org"
154+ href = "mailto:ercsinfo@redcrosseth .org"
154155 colorVariant = "primary"
155156 styleVariant = "filled"
156157 external
157158 withLinkIcon
158159 textSize = "sm"
159160 spacing = "xs"
160161 >
161- im@ifrc .org
162+ ercsinfo@redcrosseth .org
162163 </ Link >
163164 < ListView spacing = "sm" >
164165 < Link
165166 className = { styles . socialIcon }
166- href = "https://ifrcgoproject.medium. com"
167+ href = "https://x. com/ethioredcross "
167168 external
168169 colorVariant = "text-on-dark"
169170 >
170- < SocialMediumIcon />
171+ { /* TODO: change twitter icon in ifrc go icon to X */ }
172+ < SocialTwitterIcon />
171173 </ Link >
172174 < Link
173175 className = { styles . socialIcon }
174- href = "https://www.facebook.com/IFRC "
176+ href = "https://www.facebook.com/EthiopianRedCross "
175177 external
176178 colorVariant = "text-on-dark"
177179 >
178180 < SocialFacebookIcon />
179181 </ Link >
180182 < Link
181183 className = { styles . socialIcon }
182- href = "https://www.youtube.com/watch?v=dwPsQzla9A4"
184+ href = "https://www.flickr.com/people/137615657@N05/"
185+ external
186+ colorVariant = "text-on-dark"
187+ >
188+ { /* TODO: add flickr icon in ifrc go icon */ }
189+ < SocialMediumIcon />
190+ </ Link >
191+ < Link
192+ className = { styles . socialIcon }
193+ href = "https://www.linkedin.com/company/ethiopian-red-cross-society/"
194+ external
195+ colorVariant = "text-on-dark"
196+ >
197+ < SocialLinkedinIcon />
198+ </ Link >
199+
200+ < Link
201+ className = { styles . socialIcon }
202+ href = "https://www.youtube.com/channel/UCpGN4FZcstRlR5PvhNWzCFw"
183203 external
184204 colorVariant = "text-on-dark"
185205 >
186206 < SocialYoutubeIcon />
187207 </ Link >
208+
209+ < Link
210+ className = { styles . socialIcon }
211+ href = "https://www.instagram.com/ercs1935?igsh=cjJtbGhtcnFkNnMw"
212+ external
213+ colorVariant = "text-on-dark"
214+ >
215+ < SocialInstagramIcon />
216+ </ Link >
217+
188218 </ ListView >
189219 </ ListView >
190220 </ Container >
0 commit comments