0
0
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:
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 === '') {
return (
<div className="foundBrews noBrews">
<h3>Whenever you want, just start typing...</h3>
<h3>No search yet</h3>
</div>
);
}