Skip to content

Commit 9d5b603

Browse files
committed
Update group-spec.html
1 parent 352175a commit 9d5b603

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/_includes/components/codepens/group-spec.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@
6565
<h3> Sample Group call</h3>
6666
<div class="sample-form">
6767
<label for="name">Name:</label>
68-
<input type="text" id="name" value="Rock and Roll Hall of Fame Inductees">
69-
<label for="industry">Title:</label>
70-
<input type="text" id="industry" value="Music">
68+
<input type="text" id="name" value="Fenty Beauty">
69+
<label for="industry">Industry:</label>
70+
<input type="text" id="industry" value="Beauty">
7171
<label for="employees">Employees:</label>
72-
<input type="text" id="employees" value="365">
72+
<input type="text" id="employees" value="200">
7373
<label for="plan">Plan:</label>
7474
<input type="text" id="plan" value="Premium">
7575
<label for="totalBilled">Total Billed:</label>
76-
<input type="text" id="totalBilled" value="202,000">
76+
<input type="text" id="totalBilled" value="34000">
7777
<input type="submit" class="button button-hollow" id="submit" onclick="showMessage(); showOutput()"
7878
value="See a sample group call">
7979
</div>

0 commit comments

Comments
 (0)