Skip to content

Commit

Permalink
placeholder text update
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenrehkopf committed Feb 7, 2021
1 parent d3b8770 commit 6ca732f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scripts/components/sendForm.component.jsx
@@ -1,4 +1,4 @@
import React, {Component} from 'react';
import React, {Component from 'react';

import PageService from '../services/pageService.jsx';
import FormService from '../services/formService.jsx';
Expand Down Expand Up @@ -90,7 +90,7 @@ class SendForm extends Component {
</div>
<textarea className="pure-input-1" type="text" placeholder="Page description" name="description" maxLength="150" rows="5" required="true"></textarea>
<textarea className="pure-input-1" type="text" placeholder="Custom message (optional)" name="message" maxLength="250" rows="3"></textarea>
<input className="pure-input-1" type="text" placeholder="File Name (optional) (ie. site.com/url-path.html) (defaults to page title)" name="pagename" maxLength="50"></input>
<input className="pure-input-1" type="text" placeholder="File Name (optional) (ie. site.com/file-name.html) (defaults to page title)" name="pagename" maxLength="50"></input>
<select className="pure-input-1 select" name="source" defaultValue="https://www.thisworldthesedays.com">
<option value="blog">From: A trendy current events and culture blog.</option>
<option value="paper">From: A lesser know yet respected regional paper.</option>
Expand Down

0 comments on commit 6ca732f

Please sign in to comment.