Skip to content

Commit

Permalink
Fix broken icon introduced with Font Awesome 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandar Jovanov committed Jul 26, 2017
1 parent 204f327 commit c1e3229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/c3charts/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def info(self):
}

return {'name': 'Chart builder',
'icon': 'bar-chart',
'icon': 'bar-chart-o',
'filterable': True,
'iframed': False,
'schema': schema}
Expand Down

0 comments on commit c1e3229

Please sign in to comment.