Skip to content

Commit

Permalink
Updates on the Resources page
Browse files Browse the repository at this point in the history
  • Loading branch information
szabozoltan69 committed Dec 5, 2023
1 parent 36b04f9 commit 4570bb1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 22 deletions.
4 changes: 0 additions & 4 deletions src/views/Resources/VideoList/i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
"videoCarouselSubHeading3W": "The 'Who does What, Where', or 3W, is a GO platform tool to enhance coordination, improve disaster analysis, and elevate the speed and quality of Red Cross Red Crescent emergency response.",
"videoCarouselHeading3WInstructional": "3W Instructional",
"videoCarouselSubHeading3WInstructional": "View this video tutorial on how to manage the 3W tool data (Who, What, Where) and generate useful and visually pleasant information products on the GO Platform - International Federation of Red Cross Red Crescent (IFRC).",
"videoCarouselHeadingFieldReport": "Field Report COVID-19",
"videoCarouselSubHeadingFieldReport": "View this video tutorial on how to create a Field Report COVID-19 on the GO Platform - International Federation of Red Cross Red Crescent (IFRC).",
"videoCarouselHeadingPER": "Preparedness for Effective Response Module",
"videoCarouselSubHeadingPER": "View this video tutorial on how to navigate on the Preparedness for Effective Response (PER) module on the GO Platform - International Federation of Red Cross Red Crescent (IFRC).",
"videoCarouselHeadingSubscribe": "Subscriptions to User Notifications",
"videoCarouselSubHeadingSubscribe": "View this video tutorial on how to 'Subscribe to User Notifications' on the GO Platform - International Federation of Red Cross Red Crescent (IFRC).",
"videoCarouselHeadingTranslations": "Translation feature",
Expand Down
12 changes: 0 additions & 12 deletions src/views/Resources/VideoList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,6 @@ function VideoList() {
},
{
id: 5,
embedId: 'https://www.youtube.com/embed/adBR-U26XZs',
heading: strings.videoCarouselHeadingFieldReport,
description: strings.videoCarouselSubHeadingFieldReport,
},
{
id: 6,
embedId: 'https://www.youtube.com/embed/JAQ_yixX57A',
heading: strings.videoCarouselHeadingPER,
description: strings.videoCarouselSubHeadingPER,
},
{
id: 7,
embedId: 'https://www.youtube.com/embed/wEz70tcwWx8',
heading: strings.videoCarouselHeadingSubscribe,
description: strings.videoCarouselSubHeadingSubscribe,
Expand Down
11 changes: 5 additions & 6 deletions src/views/Resources/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,12 @@ export function Component() {
withInternalPadding
>
<Link
href="https://go-user-library.ifrc.org/"
href="https://go-wiki.ifrc.org"
external
withLinkIcon
>
{strings.aboutGoUserLibrary}
{strings.visitGoWiki}
</Link>

<Link
href="https://ifrcgoproject.medium.com/"
external
Expand All @@ -98,7 +97,7 @@ export function Component() {
{strings.goUserAnalytics}
</Link>
<Link
href="https://ifrcorg.sharepoint.com/:b:/s/IFRCSharing/Ea0TfruyRiZGhyGT3XCEnPMBxZSYqlwLLgEHx1VqeBT9Tg?e=nrpLmz"
href="https://ifrcorg.sharepoint.com/:b:/s/IFRCSharing/EWuCMne44ipEvbSHud6H38oB7mba_gaJxtwHelN909FEgg?e=uIdBu5"
external
withLinkIcon
>
Expand All @@ -112,11 +111,11 @@ export function Component() {
{strings.ifrcStrategicDirection}
</Link>
<Link
href="https://go-wiki.ifrc.org"
href="https://go-user-library.ifrc.org/"
external
withLinkIcon
>
{strings.visitGoWiki}
{strings.aboutGoUserLibrary}
</Link>
</Container>
<div />
Expand Down

0 comments on commit 4570bb1

Please sign in to comment.