Skip to content

Commit

Permalink
DEV: replace "warning" icons with "exclamation-triangle"
Browse files Browse the repository at this point in the history
  • Loading branch information
pmusaraj committed Jan 6, 2020
1 parent f755810 commit b1402d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{{#if countWarning}}
<div class="count-warning">
<p class="heading">
{{d-icon "warning"}}
{{d-icon "exclamation-triangle"}}
{{i18n "admin.badges.preview.bad_count_warning.header"}}
</p>
<p class="body">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{#if category.isUncategorizedCategory}}
<p class="warning">
{{d-icon "warning"}}
{{d-icon "exclamation-triangle"}}
{{{i18n 'category.uncategorized_general_warning' settingLink=uncategorizedSiteSettingLink customizeLink=customizeTextContentLink}}}
</p>
{{/if}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

{{#if willCloseImmediately}}
<div class="warning">
{{d-icon "warning"}}
{{d-icon "exclamation-triangle"}}
{{willCloseI18n}}
</div>
{{/if}}
Expand Down

0 comments on commit b1402d9

Please sign in to comment.