Skip to content

Commit

Permalink
fix(playground): Don't hide servings input by default
Browse files Browse the repository at this point in the history
  • Loading branch information
melusc committed Jan 25, 2025
1 parent 6cd6e90 commit 09d7cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ <h1>cooklang-rs playground</h1>
<option value="ast">AST</option>
<option value="stdmeta">Standard metadata</option>
</select>
<div hidden id="servingscontainer">
<div id="servingscontainer">
<label for="servings">Servings</label>
<input type="number" name="servings" id="servings" />
</div>
Expand Down

0 comments on commit 09d7cbf

Please sign in to comment.