Skip to content

Commit

Permalink
NEW Change to using font based icon from core
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill committed Nov 6, 2017
1 parent 6467719 commit b86a239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/ElementForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class ElementForm extends BaseElement

private static $table_name = 'ElementForm';

private static $icon = 'dnadesign/silverstripe-elemental-userforms:images/form.svg';
private static $icon = 'font-icon-block-form';

private static $controller_class = ElementFormController::class;

Expand Down

0 comments on commit b86a239

Please sign in to comment.