Example fix

This commit is contained in:
Greg Johnston 2022-12-29 18:21:18 -05:00
parent f8af065c0e
commit b2cf953c07
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ pub fn Settings(cx: Scope) -> impl IntoView {
<fieldset>
<legend>"Name"</legend>
<input type="text" name="first_name" placeholder="First"/>
<input type="text" name="first_name" placeholder="Last"/>
<input type="text" name="last_name" placeholder="Last"/>
</fieldset>
<pre>"This page is just a placeholder."</pre>
</form>