mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
Correct icon path
This commit is contained in:
parent
57cd0b961d
commit
9455cf51f5
@ -17,7 +17,7 @@ class UserDefinedForm extends Page
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
private static $icon = 'userforms/client/dist/images/sitetree_icon.png';
|
||||
private static $icon = 'silverstripe/userforms:images/sitetree_icon.png';
|
||||
|
||||
/**
|
||||
* @var string
|
||||
|
Loading…
Reference in New Issue
Block a user