Skip to content

Commit

Permalink
Fixed: Consistency of "unpublished" -icon colours joomla#43375
Browse files Browse the repository at this point in the history
Fixed the icon colour of the unpublished articles in the associated articles list.
  • Loading branch information
mabdelaziz77 committed May 3, 2024
1 parent 301bdf2 commit bfb8ec1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -90,7 +90,7 @@
<?php
$iconStates = [
-2 => 'icon-trash',
0 => 'icon-times',
0 => 'icon-unpublish',
1 => 'icon-check',
2 => 'icon-archive',
];
Expand Down

0 comments on commit bfb8ec1

Please sign in to comment.