mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-26 22:32:45 +00:00
"Update text in 'noBrews' div from 'Whenever you want, just start typing...' to 'No search yet'"
This commit is contained in:
@@ -358,7 +358,7 @@ const ArchivePage = createClass({
|
||||
if (title === '') {
|
||||
return (
|
||||
<div className="foundBrews noBrews">
|
||||
<h3>Whenever you want, just start typing...</h3>
|
||||
<h3>No search yet</h3>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user