Skip to content

Commit

Permalink
🩹 Fixes phone number label 'for' attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
betsyecastro authored and wunc committed Jul 15, 2024
1 parent fd77ab1 commit 3f474e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/profiles/edit/information.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<input type="email" class="form-control" name="data[{{$info->id}}][data][email]" id="data[{{$info->id}}][data][email]" value="{{$info->email}}" />
</div>
<div class="form-group col col-sm-6 col-12">
<label for="data[{{$info->id}}][phone][tertiary_title]">Phone</label>
<label for="data[{{$info->id}}][data][phone]">Phone</label>
<input type="tel" class="form-control" name="data[{{$info->id}}][data][phone]" id="data[{{$info->id}}][data][phone]" value="{{$info->phone}}" />
</div>
</div>
Expand Down

0 comments on commit 3f474e1

Please sign in to comment.