Skip to content

Commit

Permalink
feat: add core competency framework link to surge links
Browse files Browse the repository at this point in the history
  • Loading branch information
samshara committed Sep 4, 2024
1 parent 31eaa97 commit 2a5e4a1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/tough-pandas-push.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"go-web-app": patch
---

Add Core Competency Framework link to Resources page
1 change: 1 addition & 0 deletions app/src/views/Resources/i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"aboutFurtherInfo": "For any further information, please contact {contactLink}",
"aboutGoFundingTitle": "Funding & Support",
"aboutGoFundingDescription": "GO has received dedicated personnel and funding support from:",
"aboutCoreCompetencyFramework": "Core Competency Framework",
"redCrossImageAmericanAlt": "Visit American Red Cross Page",
"redCrossImageAustralianAlt": "Visit Australian Red Cross Page",
"redCrossImageBritishAlt": "Visit British Red Cross Page",
Expand Down
7 changes: 7 additions & 0 deletions app/src/views/Resources/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,13 @@ export function Component() {
>
{strings.aboutSurgeLearning}
</Link>
<Link
href="https://surgelearning.ifrc.org/resources/core-competency-framework-surge-personnel"
external
withLinkIcon
>
{strings.aboutCoreCompetencyFramework}
</Link>
</Container>
<Container
className={styles.resourceCard}
Expand Down

0 comments on commit 2a5e4a1

Please sign in to comment.