Skip to content
This repository has been archived by the owner on Feb 6, 2025. It is now read-only.

Commit

Permalink
DEV: Update deprecated Font Awesome icon names (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyb-talks authored Dec 4, 2024
1 parent 9a9f6af commit 174f574
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 9a9f6af455cb2497aa64cd32031aca020b497829
< 3.4.0.beta1-dev: 14e0fb988ba91eaa514341575cdde8042b823c5b
< 3.3.0.beta2-dev: 54a59be6176d2ce02a7aaae8c6b7cb57b1f4bfff
< 3.3.0.beta1-dev: 9013a8ea8c7c7df55b36f329b3bb09b754a04cfe
Expand Down
4 changes: 2 additions & 2 deletions assets/javascripts/discourse/initializers/decrypt-posts.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ export default {
return helper.h(
"div.post-info.integrity-warn",
{ title: I18n.t("encrypt.integrity_check_skip") },
iconNode("exclamation-triangle")
iconNode("triangle-exclamation")
);
} else if (result.length === 0) {
return helper.h(
Expand Down Expand Up @@ -504,7 +504,7 @@ export default {
} else if (state.encryptState === "error") {
attrs.cooked =
"<div class='alert alert-error'>" +
iconHTML("times") +
iconHTML("xmark") +
" " +
state.error +
"</div>" +
Expand Down

0 comments on commit 174f574

Please sign in to comment.