0
0
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:
Víctor Losada Hernández
2024-05-22 12:33:11 +02:00
parent 1e6427ca56
commit 34d37b24f1

View File

@@ -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>
); );
} }