0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 05:22:38 +00:00
This commit is contained in:
Víctor Losada Hernández
2024-01-28 16:11:32 +01:00
parent 27b4176e23
commit 399caaaeff

View File

@@ -65,7 +65,7 @@ const ArchivePage = createClass({
if (this.state.title == '') {
return(
<div className="foundBrews noBrewsyet">
<div className="foundBrews noBrews">
<h3>Whenever you want, just start typing...</h3>
</div>
);