Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit d3d4f62

Browse files
committed
updating mismatched IDs
1 parent cdceafc commit d3d4f62

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/_patterns/00-atoms/04-forms/00-text-fields.mustache

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<input id="password" type="password" placeholder="Type your Password">
99
</div>
1010
<div class="field-container">
11-
<label for="password">Web Address</label>
12-
<input id="password" type="url" placeholder="http://yoursite.com">
11+
<label for="webaddress">Web Address</label>
12+
<input id="webaddress" type="url" placeholder="http://yoursite.com">
1313
</div>
1414
<div class="field-container">
15-
<label for="password">Email Address</label>
16-
<input id="password" type="email" placeholder="[email protected]">
15+
<label for="emailaddress">Email Address</label>
16+
<input id="emailaddress" type="email" placeholder="[email protected]">
1717
</div>
1818
<div class="field-container">
1919
<label for="search">Search</label>

0 commit comments

Comments
 (0)