Skip to content

Commit 1478731

Browse files
authored
Merge pull request #253 from CivicDataLab/revert-252-251-add-policies-in-about-page
Revert "add Policies component and integrate into About page"
2 parents ef7791c + c480617 commit 1478731

File tree

2 files changed

+0
-128
lines changed

2 files changed

+0
-128
lines changed

src/components/Policies.js

Lines changed: 0 additions & 102 deletions
This file was deleted.

src/pages/about.js

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import Seo from '../components/Seo/Seo';
1616
import StandardGrid from '../styles/StandardGrid';
1717
import { PillarImages } from '../components/OurPillars';
1818
import { ResourcesAbout } from '../components/Resources';
19-
import { PoliciesAbout } from '../components/Policies';
2019
import AboutBackground from '../components/AboutBackground';
2120

2221
const HeroSection = styled(Section)`
@@ -161,29 +160,6 @@ const resources = [
161160
}
162161
];
163162

164-
const policies = [
165-
{
166-
link: 'https://drive.google.com/file/d/1i3zj9-pCJ-oOVp4g83RTExqKzHkEp6Wq/view?usp=drive_link',
167-
title: 'Health & Safety'
168-
},
169-
{
170-
link: 'https://drive.google.com/file/d/1fDQ-X4PV_GQXYb4jELf3S5uRZOC_QeiH/view?usp=drive_link',
171-
title: 'Environment & Sustainability'
172-
},
173-
{
174-
link: 'https://drive.google.com/file/d/1p1TGkLeZlPgstbByFNB-Ksk62EnIWHRW/view?usp=drive_link',
175-
title: 'Safeguarding'
176-
},
177-
{
178-
link: 'https://drive.google.com/file/d/16xsSLdgk76Y7-1Dd9AaS-Z2lRXY22lEq/view?usp=drive_link',
179-
title: 'Whistleblowing'
180-
},
181-
{
182-
link: 'https://drive.google.com/file/d/1I0rebTUbmhrVtli_hNwLOgRL6vN912kR/view?usp=drive_link',
183-
title: 'Modern Slavery'
184-
}
185-
];
186-
187163
const About = ({ data }) => {
188164
const values = data.allMarkdownRemark.edges;
189165

@@ -238,8 +214,6 @@ const About = ({ data }) => {
238214
</ValuesSection>
239215
</MainContainer>
240216
<ResourcesAbout resources={resources} />
241-
<PoliciesAbout policies={policies} />
242-
243217
<TeamHomePage />
244218
<WorkHomePage />
245219
<CivicDays />

0 commit comments

Comments
 (0)