Skip to content

Commit 31eaa97

Browse files
szabozoltan69samshara
authored andcommitted
Add Health Mapping Report to Resources page
1 parent 519b303 commit 31eaa97

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

.changeset/six-glasses-fail.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 Health Mapping Report to Resources page

app/src/views/Resources/i18n.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
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",

app/src/views/Resources/index.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,13 @@ export function Component() {
240240
>
241241
{strings.aboutLearningPlatform}
242242
</Link>
243+
<Link
244+
href="https://prddsgofilestorage.blob.core.windows.net/api/documents/Health/Health.Mapping.-.Phase.1.Report.pdf"
245+
external
246+
withLinkIcon
247+
>
248+
{strings.aboutHealthMapping}
249+
</Link>
243250
</Container>
244251
</Container>
245252
<Container

0 commit comments

Comments
 (0)