Skip to content

Commit

Permalink
typo (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Ovide authored Oct 28, 2019
1 parent aff7769 commit 045d5c1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ import CameraAlt from "@material-ui/icons/CameraAlt";
import CloudUpload from "@material-ui/icons/CloudUpload";

export const tutorialSteps = {
1: {
photo: <CameraAlt />,
text: "Get outside and photograph rubbish"
},
2: {
photo: <CloudUpload />,
text: "Categorise the rubbish by amount, type and brand"
},
3: {
photo: <LocationOn />,
text:
"Upload your photograph and see how how you’ve helped fight the crisis"
}
};
1: {
photo: <CameraAlt />,
text: "Get outside and photograph rubbish"
},
2: {
photo: <CloudUpload />,
text: "Categorise the rubbish by amount, type and brand"
},
3: {
photo: <LocationOn />,
text:
"Upload your photograph and see how you’ve helped fight the crisis"
}
};
2 changes: 1 addition & 1 deletion src/custom/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const CUSTOM_STRING = {
"Write info about the photos and upload it to the cloud":
"Categorise the rubbish by amount, type and brand",
"View your images in our interactive map":
"Upload your photograph and see how how you’ve helped fight the crisis"
"Upload your photograph and see how you’ve helped fight the crisis"
},
about: {
"We are Geovation and we Geovate":
Expand Down

0 comments on commit 045d5c1

Please sign in to comment.