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