Skip to content

Commit 2b83508

Browse files
authored
Remove emojis from labels in index.html
1 parent c46cbdf commit 2b83508

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ <h1>Git Commit</h1>
286286

287287
<div class="container">
288288
<div class="form-group">
289-
<label>1️⃣ Commit Type</label>
289+
<label>Commit Type</label>
290290
<select id="type">
291291
<option value="">--Select Commit Type--</option>
292292
<option value="feat">feat - ✨ New feature</option>
@@ -308,17 +308,17 @@ <h1>Git Commit</h1>
308308
</div>
309309

310310
<div class="form-group">
311-
<label>2️⃣ Scope</label>
311+
<label>Scope</label>
312312
<input type="text" id="scope" placeholder="e.g. login, auth, api, profile, dashboard">
313313
</div>
314314

315315
<div class="form-group">
316-
<label>3️⃣ Short Message</label>
316+
<label>Short Message</label>
317317
<textarea id="message" placeholder="e.g. add phone number field to authentication page"></textarea>
318318
</div>
319319

320320
<div class="form-group">
321-
<label>4️⃣ Version</label>
321+
<label>Version</label>
322322
<input type="text" id="version" placeholder="e.g. 1.3.0">
323323
</div>
324324

0 commit comments

Comments
 (0)