Skip to content

Commit fe2bc4f

Browse files
committed
feat: remove go administrative guide from go resources
1 parent 39e1a6a commit fe2bc4f

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

src/views/Resources/i18n.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
"resourcesDescription": "GO is a Red Cross Red Crescent platform to connect information on emergency needs with the right response.",
77
"goUserGuidance": "GO User Guidance",
88
"goReferenceMaterial": "GO Reference Material",
9-
"goUserAdminGuide": "GO User and Administrative Guide",
10-
"goUserAdministrativeGuide": "User guides help to explain the different functions and features of GO. Administrator guides include also back-end functions aimed at people who are helping to manage the site.",
119
"goUserReferenceMaterial": "These materials provide more information on how and why GO does what it does.",
1210
"aboutGoUserLibrary": "GO User Library",
1311
"goBlog": "GO Blog",

src/views/Resources/index.tsx

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,6 @@ export function Component() {
9292
heading={strings.goUserGuidance}
9393
childrenContainerClassName={styles.userCards}
9494
>
95-
<Container
96-
className={styles.guideCard}
97-
heading={strings.goUserAdminGuide}
98-
headerDescription={strings.goUserAdministrativeGuide}
99-
withHeaderBorder
100-
withInternalPadding
101-
>
102-
<div />
103-
</Container>
10495
<Container
10596
className={styles.guideCard}
10697
heading={strings.goReferenceMaterial}
@@ -153,6 +144,7 @@ export function Component() {
153144
{strings.visitGoWiki}
154145
</Link>
155146
</Container>
147+
<div />
156148
</Container>
157149
<Container
158150
headingLevel={2}

0 commit comments

Comments
 (0)