Lighter icon [skip ci]

This commit is contained in:
James Cole
2016-11-05 18:57:45 +01:00
parent ee6e047596
commit 0edffd8ea1
2 changed files with 2 additions and 2 deletions

View File

@@ -144,7 +144,7 @@ class Transaction extends Twig_Extension
'splitJournalIndicator', function (int $journalId) {
$count = TransactionModel::where('transaction_journal_id', $journalId)->whereNull('deleted_at')->count();
if ($count > 2) {
return '<i class="fa fa-fw fa-share-alt-square" aria-hidden="true"></i>';
return '<i class="fa fa-fw fa-share-alt" aria-hidden="true"></i>';
}
return '';