Skip to content

Commit 2a5e4a1

Browse files
committed
feat: add core competency framework link to surge links
1 parent 31eaa97 commit 2a5e4a1

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

.changeset/tough-pandas-push.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"go-web-app": patch
3+
---
4+
5+
Add Core Competency Framework link to Resources page

app/src/views/Resources/i18n.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"aboutFurtherInfo": "For any further information, please contact {contactLink}",
4040
"aboutGoFundingTitle": "Funding & Support",
4141
"aboutGoFundingDescription": "GO has received dedicated personnel and funding support from:",
42+
"aboutCoreCompetencyFramework": "Core Competency Framework",
4243
"redCrossImageAmericanAlt": "Visit American Red Cross Page",
4344
"redCrossImageAustralianAlt": "Visit Australian Red Cross Page",
4445
"redCrossImageBritishAlt": "Visit British Red Cross Page",

app/src/views/Resources/index.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)