Skip to content

Commit 8bd711f

Browse files
author
Jordan Hanna
committed
Replace some <i> tags with <em>.
Required by sonarcloud for code changes.
1 parent 10f1a0e commit 8bd711f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/profiles.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ <h3>Create a profile</h3>
295295
<form>
296296
<div class="field is-horizontal">
297297
<div class="field-label is-small">
298-
<label class="label"><span class="icon is-small"><i class="fas fa-search"></i></span></label>
298+
<label class="label"><span class="icon is-small"><em class="fas fa-search"></em></span></label>
299299
</div>
300300
<div class="field-body">
301301
<div class="field">
@@ -625,7 +625,7 @@ <h3>Create a profile</h3>
625625
</divp>
626626
<div class="level-item" x-show="selectedAbility">
627627
<button class="button is-primary is-small" @click="saveAbility(true)" x-bind:disabled="!selectedAbilityId">
628-
<span class="icon"><i class="fas fa-plus"></i></span>
628+
<span class="icon"><em class="fas fa-plus"></em></span>
629629
<span>Save & Add</span>
630630
</button>
631631
</div>

0 commit comments

Comments
 (0)