Skip to content

Commit

Permalink
Merge pull request #7 from jellz/feature/change-place
Browse files Browse the repository at this point in the history
Change placeholder server
  • Loading branch information
jellz committed Oct 3, 2019
2 parents ca14efe + 6e87c2b commit 113ce0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ServerLookupForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class ServerLookupForm extends Component {
<form onSubmit={(e) => this.handleSubmit(e)}>
<Field hasAddons>
<Control>
<Input id='server-name-input' type='text' placeholder='beans' />
<Input id='server-name-input' type='text' placeholder='Warzone' />
</Control>
<Control>
<Button isColor='info' type='submit' isOutlined>
Expand Down

0 comments on commit 113ce0a

Please sign in to comment.