diff --git a/public/custom/images/paddle_logger.svg b/public/custom/images/paddle_logger.svg
deleted file mode 100644
index ad2ea48..0000000
--- a/public/custom/images/paddle_logger.svg
+++ /dev/null
@@ -1,94 +0,0 @@
-
-
diff --git a/public/custom/images/zerosixzero.png b/public/custom/images/zerosixzero.png
deleted file mode 100644
index 42d8ce6..0000000
Binary files a/public/custom/images/zerosixzero.png and /dev/null differ
diff --git a/src/custom/components/PartnersPage.js b/src/custom/components/PartnersPage.js
deleted file mode 100644
index 8fd0199..0000000
--- a/src/custom/components/PartnersPage.js
+++ /dev/null
@@ -1,28 +0,0 @@
-import React from 'react';
-import PageWrapper from '../../components/PageWrapper';
-import { withStyles } from '@material-ui/core/styles';
-
-const partner1 = process.env.PUBLIC_URL + '/custom/images/paddle_logger.svg';
-const partner2 = process.env.PUBLIC_URL + '/custom/images/zerosixzero.png';
-
-const styles = theme => ({
- images: {
- maxHeight:90,
- padding:10,
- alignSelf:'center'
- }
-});
-
-class PartnersPage extends React.Component {
- render() {
- const { classes } = this.props;
- return (
-
-
-
-
- );
- }
-}
-
-export default withStyles(styles)(PartnersPage);
diff --git a/src/custom/config.js b/src/custom/config.js
index 3623b5b..44c47ed 100644
--- a/src/custom/config.js
+++ b/src/custom/config.js
@@ -2,15 +2,13 @@ import styles from './config.scss';
import enums from '../types/enums';
import React from 'react';
import EventIcon from '@material-ui/icons/Event';
-import PeopleIcon from '@material-ui/icons/People';
-import PartnersPage from './components/PartnersPage';
const primaryColor = styles.primary;
const secondaryColor = styles.secondary;
const CUSTOM_STRING = {
tutorial: {
- "Walk around the city and take photos": "Get on the water and photograph your #plasticpatrol haul",
+ "Walk around the city and take photos": "Get outside and photograph your #plasticpatrol haul",
"Write info about the photos and upload it to the cloud": "Count how many pieces you collected and upload your photo",
"View your images in our interactive map": "View images in our interactive map and see how you have helped fight the plastic problem"
},
@@ -117,13 +115,6 @@ export default {
label: PAGES.events.label,
click: () => window.location = 'https://plasticpatrol.co.uk/clean-ups/'
},
- {
- visible: true,
- icon: ,
- label: PAGES.partners.label,
- path: PAGES.partners.path,
- page: PartnersPage
- },
],
customiseString
}