Skip to content

Commit 83ff0ab

Browse files
authored
Merge pull request #2058 from IFRCGo/feature/remove-contact
Update Montandon contact information
2 parents 2f1b8bd + 74d653e commit 83ff0ab

File tree

4 files changed

+28
-15
lines changed

4 files changed

+28
-15
lines changed

.changeset/great-wasps-stare.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+
Update Montandon contact information on /montandon-landing page

app/src/views/MontandonLandingPage/i18n.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
3131
"scaledUpSystemsBlogPostTitle": "Scaled-up ambitions require scaled-up systems",
3232

3333
"contact": "Contact",
34-
"contactName": "Justin Ginnetti",
35-
"contactInfo": "Senior Officer, Information Management and Risk Analysis, IFRC",
34+
"contactText": "Please get in contact with the team in case interested to collaborate or learn more",
3635

3736
"accessAPILabel": "Access the Montandon API",
3837
"exploreRadiantEarthLabel": "Explore data in STAC browser"

app/src/views/MontandonLandingPage/index.tsx

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -228,20 +228,8 @@ export function Component() {
228228
229229
</Link>
230230
<div>
231-
<div className={styles.contactInformation}>
232-
{strings.contactName}
233-
</div>
234-
<div>
235-
{strings.contactInfo}
236-
</div>
231+
{strings.contactText}
237232
</div>
238-
<Link
239-
href="mailto:[email protected]"
240-
variant="tertiary"
241-
external
242-
>
243-
244-
</Link>
245233
</Container>
246234

247235
</Container>
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"parent": "000052-1758547474974.json",
3+
"actions": [
4+
{
5+
"action": "add",
6+
"key": "contactText",
7+
"namespace": "montandonLandingPage",
8+
"value": "Please get in contact with the team in case interested to collaborate or learn more"
9+
},
10+
{
11+
"action": "remove",
12+
"key": "contactInfo",
13+
"namespace": "montandonLandingPage"
14+
},
15+
{
16+
"action": "remove",
17+
"key": "contactName",
18+
"namespace": "montandonLandingPage"
19+
}
20+
]
21+
}

0 commit comments

Comments
 (0)