mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
Merge pull request #3436 from YesThatAllen/patch-1
A red meh icon is less ambiguous than a red-smile
This commit is contained in:
commit
09075468d5
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
|||
{{else}}
|
||||
<span {{bind-attr class=":icon versionCheck.critical_updates:critical-updates-available:updates-available"}}>
|
||||
{{#if versionCheck.behindByOneVersion}}
|
||||
{{fa-icon "smile-o"}}
|
||||
{{fa-icon "meh-o"}}
|
||||
{{else}}
|
||||
{{fa-icon "frown-o"}}
|
||||
{{/if}}
|
||||
|
|
Loading…
Reference in a new issue