0
0
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:
Víctor Losada Hernández
2024-06-13 01:32:34 +02:00
parent bdfd194672
commit 5232c16eb2

View File

@@ -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