0
0
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:
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 = () => (
<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