mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-08 11:52:44 +00:00
change div to form
This commit is contained in:
@@ -161,7 +161,7 @@ const VaultPage = (props) => {
|
|||||||
const renderForm = () => (
|
const renderForm = () => (
|
||||||
<div className="brewLookup">
|
<div className="brewLookup">
|
||||||
<h2 className="formTitle">Brew Lookup</h2>
|
<h2 className="formTitle">Brew Lookup</h2>
|
||||||
<div className="formContents">
|
<form className="formContents">
|
||||||
<label>
|
<label>
|
||||||
Title of the brew
|
Title of the brew
|
||||||
<input
|
<input
|
||||||
@@ -223,7 +223,7 @@ const VaultPage = (props) => {
|
|||||||
})}
|
})}
|
||||||
/>
|
/>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</form>
|
||||||
<small>
|
<small>
|
||||||
Remember, you can only search brews with this tool if they are
|
Remember, you can only search brews with this tool if they are
|
||||||
published
|
published
|
||||||
|
|||||||
Reference in New Issue
Block a user