File tree Expand file tree Collapse file tree 4 files changed +26
-0
lines changed Expand file tree Collapse file tree 4 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " go-web-app " : patch
3+ ---
4+
5+ Add Health Mapping Report to Resources page
Original file line number Diff line number Diff line change 1+ ---
2+ " go-web-app " : patch
3+ ---
4+
5+ Add Core Competency Framework link to Resources page
Original file line number Diff line number Diff line change 3434 "aboutMissingMaps" : " Missing Maps" ,
3535 "aboutReportingSystem" : " Fed-wide Data and Reporting System" ,
3636 "aboutLearningPlatform" : " Learning Platform" ,
37+ "aboutHealthMapping" : " Health Mapping - Phase 1 Report" ,
3738 "aboutContacts" : " GO Contacts" ,
3839 "aboutFurtherInfo" : " For any further information, please contact {contactLink}" ,
3940 "aboutGoFundingTitle" : " Funding & Support" ,
4041 "aboutGoFundingDescription" : " GO has received dedicated personnel and funding support from:" ,
42+ "aboutCoreCompetencyFramework" : " Core Competency Framework" ,
4143 "redCrossImageAmericanAlt" : " Visit American Red Cross Page" ,
4244 "redCrossImageAustralianAlt" : " Visit Australian Red Cross Page" ,
4345 "redCrossImageBritishAlt" : " Visit British Red Cross Page" ,
Original file line number Diff line number Diff line change @@ -167,6 +167,13 @@ export function Component() {
167167 >
168168 { strings . aboutSurgeLearning }
169169 </ Link >
170+ < Link
171+ href = "https://surgelearning.ifrc.org/resources/core-competency-framework-surge-personnel"
172+ external
173+ withLinkIcon
174+ >
175+ { strings . aboutCoreCompetencyFramework }
176+ </ Link >
170177 </ Container >
171178 < Container
172179 className = { styles . resourceCard }
@@ -240,6 +247,13 @@ export function Component() {
240247 >
241248 { strings . aboutLearningPlatform }
242249 </ Link >
250+ < Link
251+ href = "https://prddsgofilestorage.blob.core.windows.net/api/documents/Health/Health.Mapping.-.Phase.1.Report.pdf"
252+ external
253+ withLinkIcon
254+ >
255+ { strings . aboutHealthMapping }
256+ </ Link >
243257 </ Container >
244258 </ Container >
245259 < Container
You can’t perform that action at this time.
0 commit comments