0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-03 06:12:51 +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 == '') { if (this.state.title == '') {
return( return(
<div className="foundBrews noBrewsyet"> <div className="foundBrews noBrews">
<h3>Whenever you want, just start typing...</h3> <h3>Whenever you want, just start typing...</h3>
</div> </div>
); );