1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00

Change sample data set/search to one w/ results

This commit is contained in:
Troy McConaghy 2019-04-08 15:57:16 +02:00
parent f032a36e47
commit af8480c389
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
"fields": {
"name": {
"label": "Title",
"placeholder": "e.g. Almond sales data",
"placeholder": "e.g. Shapes of Desert Plants",
"type": "text",
"required": true,
"help": "Enter a concise title. You will be able to enter a more thorough description in the next step."
@ -27,7 +27,7 @@
"description": {
"label": "Description",
"help": "Add a thorough description with as much detail as possible.",
"placeholder": "e.g. Almond sales data ",
"placeholder": "e.g. Shapes of 23 common desert plants.",
"type": "textarea",
"required": true,
"rows": 5

View File

@ -31,7 +31,7 @@ class Home extends Component<HomeProps, HomeState> {
type="search"
name="search"
label="Search for data sets"
placeholder="e.g. almond sales data"
placeholder="e.g. shapes of plants"
value={this.state.search}
onChange={this.inputChange}
group={