Skip to content

Commit

Permalink
Replace some <i> tags with <em>.
Browse files Browse the repository at this point in the history
Required by sonarcloud for code changes.
  • Loading branch information
Jordan Hanna authored and Arsenull committed Dec 28, 2021
1 parent 7b6e700 commit bbc934e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/profiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ <h3>Create a profile</h3>
<form>
<div class="field is-horizontal">
<div class="field-label is-small">
<label class="label"><span class="icon is-small"><i class="fas fa-search"></i></span></label>
<label class="label"><span class="icon is-small"><em class="fas fa-search"></em></span></label>
</div>
<div class="field-body">
<div class="field">
Expand Down Expand Up @@ -625,7 +625,7 @@ <h3>Create a profile</h3>
</divp>
<div class="level-item" x-show="selectedAbility">
<button class="button is-primary is-small" @click="saveAbility(true)" x-bind:disabled="!selectedAbilityId">
<span class="icon"><i class="fas fa-plus"></i></span>
<span class="icon"><em class="fas fa-plus"></em></span>
<span>Save & Add</span>
</button>
</div>
Expand Down

0 comments on commit bbc934e

Please sign in to comment.