Skip to content

Commit

Permalink
Remove partner page and change tutorial page text (#102)
Browse files Browse the repository at this point in the history
* Remove partner page

* Update the tutorial page text
  • Loading branch information
joykuotw authored and sebastianovide committed Jan 10, 2019
1 parent 7593a62 commit a948449
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 132 deletions.
94 changes: 0 additions & 94 deletions public/custom/images/paddle_logger.svg

This file was deleted.

Binary file removed public/custom/images/zerosixzero.png
Binary file not shown.
28 changes: 0 additions & 28 deletions src/custom/components/PartnersPage.js

This file was deleted.

11 changes: 1 addition & 10 deletions src/custom/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down Expand Up @@ -117,13 +115,6 @@ export default {
label: PAGES.events.label,
click: () => window.location = 'https://plasticpatrol.co.uk/clean-ups/'
},
{
visible: true,
icon: <PeopleIcon/>,
label: PAGES.partners.label,
path: PAGES.partners.path,
page: PartnersPage
},
],
customiseString
}

0 comments on commit a948449

Please sign in to comment.