Update the Categories icon around the site

This commit is contained in:
Lucas Guima
2020-05-01 18:54:08 -03:00
parent 722cf9b4fe
commit c2733e2a8f
11 changed files with 18 additions and 14 deletions

View File

@@ -9,7 +9,7 @@
<th class="hidden-xs hidden-sm hidden-md">{{ trans('list.from') }}</th>
<th class="hidden-xs hidden-sm hidden-md">{{ trans('list.to') }}</th>
<th class="hidden-xs"><i class="fa fa-pie-chart fa-fw" title="{{ trans('list.budget') }}"></i></th>
<th class="hidden-xs"><i class="fa fa-bar-chart fa-fw" title="{{ trans('list.category') }}"></i></th>
<th class="hidden-xs"><i class="fa fa-bookmark fa-fw" title="{{ trans('list.category') }}"></i></th>
</tr>
</thead>
<tbody>