Skip to content

Commit 52f6757

Browse files
authored
Merge pull request #324 from IFRCGo/feature/clean-up-resources-page-from-outdated-videos
Clean up Resources page from outdated videos
2 parents 36b04f9 + 4570bb1 commit 52f6757

File tree

3 files changed

+5
-22
lines changed

3 files changed

+5
-22
lines changed

src/views/Resources/VideoList/i18n.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
"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.",
66
"videoCarouselHeading3WInstructional": "3W Instructional",
77
"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).",
8-
"videoCarouselHeadingFieldReport": "Field Report COVID-19",
9-
"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).",
10-
"videoCarouselHeadingPER": "Preparedness for Effective Response Module",
11-
"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).",
128
"videoCarouselHeadingSubscribe": "Subscriptions to User Notifications",
139
"videoCarouselSubHeadingSubscribe": "View this video tutorial on how to 'Subscribe to User Notifications' on the GO Platform - International Federation of Red Cross Red Crescent (IFRC).",
1410
"videoCarouselHeadingTranslations": "Translation feature",

src/views/Resources/VideoList/index.tsx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,6 @@ function VideoList() {
3939
},
4040
{
4141
id: 5,
42-
embedId: 'https://www.youtube.com/embed/adBR-U26XZs',
43-
heading: strings.videoCarouselHeadingFieldReport,
44-
description: strings.videoCarouselSubHeadingFieldReport,
45-
},
46-
{
47-
id: 6,
48-
embedId: 'https://www.youtube.com/embed/JAQ_yixX57A',
49-
heading: strings.videoCarouselHeadingPER,
50-
description: strings.videoCarouselSubHeadingPER,
51-
},
52-
{
53-
id: 7,
5442
embedId: 'https://www.youtube.com/embed/wEz70tcwWx8',
5543
heading: strings.videoCarouselHeadingSubscribe,
5644
description: strings.videoCarouselSubHeadingSubscribe,

src/views/Resources/index.tsx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,12 @@ export function Component() {
7676
withInternalPadding
7777
>
7878
<Link
79-
href="https://go-user-library.ifrc.org/"
79+
href="https://go-wiki.ifrc.org"
8080
external
8181
withLinkIcon
8282
>
83-
{strings.aboutGoUserLibrary}
83+
{strings.visitGoWiki}
8484
</Link>
85-
8685
<Link
8786
href="https://ifrcgoproject.medium.com/"
8887
external
@@ -98,7 +97,7 @@ export function Component() {
9897
{strings.goUserAnalytics}
9998
</Link>
10099
<Link
101-
href="https://ifrcorg.sharepoint.com/:b:/s/IFRCSharing/Ea0TfruyRiZGhyGT3XCEnPMBxZSYqlwLLgEHx1VqeBT9Tg?e=nrpLmz"
100+
href="https://ifrcorg.sharepoint.com/:b:/s/IFRCSharing/EWuCMne44ipEvbSHud6H38oB7mba_gaJxtwHelN909FEgg?e=uIdBu5"
102101
external
103102
withLinkIcon
104103
>
@@ -112,11 +111,11 @@ export function Component() {
112111
{strings.ifrcStrategicDirection}
113112
</Link>
114113
<Link
115-
href="https://go-wiki.ifrc.org"
114+
href="https://go-user-library.ifrc.org/"
116115
external
117116
withLinkIcon
118117
>
119-
{strings.visitGoWiki}
118+
{strings.aboutGoUserLibrary}
120119
</Link>
121120
</Container>
122121
<div />

0 commit comments

Comments
 (0)