0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-16 12:32:39 +00:00

big changes to the UI

This commit is contained in:
Víctor Losada Hernández
2024-05-22 20:10:54 +02:00
parent 54efc18ad4
commit 133295c225
2 changed files with 199 additions and 223 deletions

View File

@@ -425,19 +425,9 @@ const ArchivePage = createClass({
{this.renderNavItems()}
<div className="content">
<div className="welcome">
<h1>Welcome to the Archive</h1>
</div>
<div className="flexGroup">
<div className="form dataGroup">
{this.renderForm()}
</div>
<div className="resultsContainer dataGroup">
<div className="title">
<h2>Your search returned these results</h2>
</div>
{this.renderFoundBrews()}
</div>
<div className="form dataGroup">{this.renderForm()}</div>
<div className="resultsContainer dataGroup">
{this.renderFoundBrews()}
</div>
</div>
</div>