mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-08 18:22:40 +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 === '') {
|
if (title === '') {
|
||||||
return (
|
return (
|
||||||
<div className="foundBrews noBrews">
|
<div className="foundBrews noBrews">
|
||||||
<h3>Whenever you want, just start typing...</h3>
|
<h3>No search yet</h3>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user