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

@@ -46,8 +46,10 @@
<canvas id="categories-chart" style="width:100%;height:400px;" height="400" width="100%"></canvas>
</div>
<div class="box-footer">
<a href="{{ route('categories.index') }}" class="btn btn-default button-sm"><i
class="fa fa-bar-chart"></i> {{ 'go_to_categories'|_ }}</a>
<a href="{{ route('categories.index') }}" class="btn btn-default button-sm">
<i class="fa fa-bookmark"></i>
<span>{{ 'go_to_categories'|_ }}</span>
</a>
</div>
</div>
</div>