Skip to content

Commit 8373063

Browse files
authored
Merge pull request #255 from CivicDataLab/251-add-policies-in-about-page
update policy links
2 parents de619b9 + a77918b commit 8373063

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

src/pages/about.js

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,24 +163,28 @@ const resources = [
163163

164164
const policies = [
165165
{
166-
link: 'https://drive.google.com/file/d/1i3zj9-pCJ-oOVp4g83RTExqKzHkEp6Wq/view?usp=drive_link',
166+
link: 'https://docs.google.com/document/d/1uDXhXJBhgBk34bOHBKeZW2tuzresyoUT6WsKghpa3L8/edit?usp=sharing',
167167
title: 'Health & Safety'
168168
},
169169
{
170-
link: 'https://drive.google.com/file/d/1fDQ-X4PV_GQXYb4jELf3S5uRZOC_QeiH/view?usp=drive_link',
170+
link: 'https://docs.google.com/document/d/1zAxWN6KQN74H1puwmcDKKGASjwS1XmfZrwaehXp0t9w/edit?usp=sharing',
171171
title: 'Environment & Sustainability'
172172
},
173173
{
174-
link: 'https://drive.google.com/file/d/1p1TGkLeZlPgstbByFNB-Ksk62EnIWHRW/view?usp=drive_link',
174+
link: 'https://docs.google.com/document/d/1YB_vsM6-sfy-93fHvTlnyfLgvZaBdGSbvqAJHykzdMo/edit?usp=sharing',
175175
title: 'Safeguarding'
176176
},
177177
{
178-
link: 'https://drive.google.com/file/d/16xsSLdgk76Y7-1Dd9AaS-Z2lRXY22lEq/view?usp=drive_link',
178+
link: 'https://docs.google.com/document/d/1_cWP1APdEJ_MoQ9NPeVIECFJnnvXqpdat7Al2pSs87A/edit?usp=sharing',
179179
title: 'Whistleblowing'
180180
},
181181
{
182-
link: 'https://drive.google.com/file/d/1I0rebTUbmhrVtli_hNwLOgRL6vN912kR/view?usp=drive_link',
182+
link: 'https://docs.google.com/document/d/1IKrdStFw0y08JT9pckpwVJv0sdcW0jeXWul5aABue5c/edit?usp=sharing',
183183
title: 'Modern Slavery'
184+
},
185+
{
186+
link:'https://docs.google.com/document/d/14jCoqzif3grF5w7ZUCuDjJjWENi8s4idVJHCBRTe5jM/edit?usp=sharing',
187+
title:'Anti Bullying Policy'
184188
}
185189
];
186190

0 commit comments

Comments
 (0)