Skip to content

Commit 0cd86f5

Browse files
committed
add wash policy
1 parent a1536d9 commit 0cd86f5

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

src/pages/about.js

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -163,16 +163,16 @@ const resources = [
163163

164164
const policies = [
165165
{
166-
link:'https://docs.google.com/document/d/1PE3pUoN3O3SvEngbkNdjpX3-u1kYBsWPEuHGK41AB9g/edit?usp=sharing',
167-
title:'Anti-Bribery and Corruption'
166+
link: 'https://docs.google.com/document/d/1PE3pUoN3O3SvEngbkNdjpX3-u1kYBsWPEuHGK41AB9g/edit?usp=sharing',
167+
title: 'Anti-Bribery and Corruption'
168168
},
169169
{
170-
link:'https://docs.google.com/document/d/14jCoqzif3grF5w7ZUCuDjJjWENi8s4idVJHCBRTe5jM/edit?usp=sharing',
171-
title:'Anti Bullying'
170+
link: 'https://docs.google.com/document/d/14jCoqzif3grF5w7ZUCuDjJjWENi8s4idVJHCBRTe5jM/edit?usp=sharing',
171+
title: 'Anti Bullying'
172172
},
173173
{
174-
link:'https://docs.google.com/document/d/1rYA0jWFgg_dI7zMOg0Zwdwfk7vPxgoelagsdwKAr80A/edit?usp=sharing',
175-
title:'Diversity and Inclusion'
174+
link: 'https://docs.google.com/document/d/1rYA0jWFgg_dI7zMOg0Zwdwfk7vPxgoelagsdwKAr80A/edit?usp=sharing',
175+
title: 'Diversity and Inclusion'
176176
},
177177
{
178178
link: 'https://docs.google.com/document/d/1zAxWN6KQN74H1puwmcDKKGASjwS1XmfZrwaehXp0t9w/edit?usp=sharing',
@@ -194,7 +194,10 @@ const policies = [
194194
link: 'https://docs.google.com/document/d/1_cWP1APdEJ_MoQ9NPeVIECFJnnvXqpdat7Al2pSs87A/edit?usp=sharing',
195195
title: 'Whistleblowing'
196196
},
197-
197+
{
198+
link: 'https://docs.google.com/document/d/1MjYfBS45NnOJ6pL9nDcYZsDeiobi_dJ5RN4u6a3qtWE/edit?usp=sharing',
199+
title: 'Workplace Against Sexual Harassment (WASH)'
200+
}
198201
];
199202

200203
const About = ({ data }) => {

0 commit comments

Comments
 (0)