-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Wiki hook points on Preparedness page,each country page Prepare…
…dness tab,On My account - PER tab
- Loading branch information
roshni73
committed
Jan 16, 2024
1 parent
9e93b86
commit 835e493
Showing
6 changed files
with
25 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"namespace": "common", | ||
"strings": { | ||
"CopyErrorDetails": "Copy error details", | ||
"alertCopyErrorDetails": "alertCopyErrorDetails", | ||
"closeButtonTitle": "Close" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,8 +13,6 @@ import WikiLink from '#components/WikiLink'; | |
import i18n from './i18n.json'; | ||
|
||
import styles from './styles.module.css'; | ||
|
||
|
||
// eslint-disable-next-line import/prefer-default-export | ||
export function Component() { | ||
const strings = useTranslation(i18n); | ||
|
@@ -32,17 +30,16 @@ export function Component() { | |
childrenContainerClassName={styles.approachContent} | ||
actions={( | ||
<> | ||
<WikiLink | ||
href=' https://go-wiki.ifrc.org/en/user_guide/Preparedness' | ||
|
||
/> | ||
<Link | ||
href="mailto:[email protected]" | ||
external | ||
variant="primary" | ||
> | ||
{strings.contactPerTeam} | ||
</Link> | ||
<WikiLink | ||
href="https://go-wiki.ifrc.org/en/user_guide/Preparedness" | ||
/> | ||
</> | ||
)} | ||
> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,3 +19,4 @@ | |
} | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters