mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-08 01:02:51 +00:00
Tweak LookUp title
This commit is contained in:
@@ -59,7 +59,7 @@ const NotificationLookup = createClass({
|
|||||||
|
|
||||||
render(){
|
render(){
|
||||||
return <div className='notificationLookup'>
|
return <div className='notificationLookup'>
|
||||||
<h2>Notification Lookup</h2>
|
<h2>Lookup</h2>
|
||||||
<input type='text' value={this.state.query} onChange={this.handleChange} placeholder='notification key' />
|
<input type='text' value={this.state.query} onChange={this.handleChange} placeholder='notification key' />
|
||||||
<button onClick={this.lookup}>
|
<button onClick={this.lookup}>
|
||||||
<i className={cx('fas', {
|
<i className={cx('fas', {
|
||||||
|
|||||||
Reference in New Issue
Block a user