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