Skip to content

Commit

Permalink
DEV: Update deprecated Font Awesome icon names (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyb-talks authored Dec 4, 2024
1 parent bdff229 commit 4c8b164
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .discourse-compatibility
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
< 3.4.0.beta2-dev: bdff229ca088ead9512ba333eea4fdbbb258b250
< 3.4.0.beta1-dev: 2d0dc39767f0c68d333f113c550731a5546c3137
< 3.3.0.beta1-dev: ebe71a7a138c856d88737eb11b5096a42d4fbaf3
< 3.2.0.beta4-dev: 9f841a4c6f45b4a5bf81e2b9a6f389acf69cd13c
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
title={{if col.sensitive (i18n "explorer.schema.sensitive")}}
>
{{#if col.sensitive}}
{{d-icon "exclamation-triangle"}}
{{d-icon "triangle-exclamation"}}
{{/if}}
{{col.column_name}}
</dt>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

{{#if this.othersDirty}}
<div class="warning">
{{d-icon "exclamation-triangle"}}
{{d-icon "triangle-exclamation"}}
{{i18n "explorer.others_dirty"}}
</div>
{{/if}}
Expand Down Expand Up @@ -90,7 +90,7 @@
{{this.selectedItem.name}}
{{#unless this.editDisabled}}
<a href {{action "editName"}} class="edit-query-name">
{{d-icon "pencil-alt"}}
{{d-icon "pencil"}}
</a>
{{/unless}}
</h1>
Expand Down
4 changes: 2 additions & 2 deletions plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
register_svg_icon "caret-down"
register_svg_icon "caret-right"
register_svg_icon "chevron-left"
register_svg_icon "exclamation-circle"
register_svg_icon "circle-exclamation"
register_svg_icon "info"
register_svg_icon "pencil-alt"
register_svg_icon "pencil"
register_svg_icon "upload"

add_admin_route "explorer.title", "explorer"
Expand Down

0 comments on commit 4c8b164

Please sign in to comment.