Skip to content

Commit 2ee6a1e

Browse files
szabozoltan69frozenhelium
authored andcommitted
Remove a health image
1 parent 3a193d8 commit 2ee6a1e

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
lines changed

.changeset/smooth-rocks-yawn.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+
Remove a broken image from Catalogue of Surge Services > Health > ERU Hospital page

app/src/views/SurgeCatalogueHealthEruHospital/i18n.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"healthEruHospitalTitle": "Red Cross Red Crescent Emergency Hospital",
55
"healthEruHospitalImageOne": "Ormoc, Philippines - Typhoon Haiyan, 1 Dec 2013",
66
"healthEruHospitalImageTwo": "NS staff in the operating theatre",
7-
"healthEruHospitalImageThree": "",
87
"healthEruHospitalImageFour": "RCRC Hospital in Haiti",
98
"healthEruHospitalImageFive": "RCRC Hospital in India",
109
"healthEruHospitalImageSix": "RCRC Hospital",

app/src/views/SurgeCatalogueHealthEruHospital/index.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import Link from '#components/Link';
99

1010
import i18n from './i18n.json';
1111

12+
// healthEruHospitalImageThree is removed due to a non-appropriate one
1213
/** @knipignore */
1314
// eslint-disable-next-line import/prefer-default-export
1415
export function Component() {
@@ -24,10 +25,6 @@ export function Component() {
2425
src: 'https://prddsgofilestorage.blob.core.windows.net/api/documents/surge/health-emt2_02.jpg',
2526
caption: strings.healthEruHospitalImageTwo,
2627
},
27-
{
28-
src: 'https://prddsgofilestorage.blob.core.windows.net/api/documents/surge/health-emt2_03.jpg',
29-
caption: strings.healthEruHospitalImageThree,
30-
},
3128
{
3229
src: 'https://prddsgofilestorage.blob.core.windows.net/api/documents/surge/health-emt2_04.jpg',
3330
caption: strings.healthEruHospitalImageFour,
@@ -44,7 +41,6 @@ export function Component() {
4441
[
4542
strings.healthEruHospitalImageOne,
4643
strings.healthEruHospitalImageTwo,
47-
strings.healthEruHospitalImageThree,
4844
strings.healthEruHospitalImageFour,
4945
strings.healthEruHospitalImageFive,
5046
strings.healthEruHospitalImageSix,
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"parent": "000030-1747237326832.json",
3+
"actions": [
4+
{
5+
"action": "remove",
6+
"key": "healthEruHospitalImageThree",
7+
"namespace": "surgeCatalogueHealthEruHospital"
8+
}
9+
]
10+
}

0 commit comments

Comments
 (0)