Skip to content

Commit

Permalink
Fixed hard path to icon.css (#77)
Browse files Browse the repository at this point in the history
- now is `vendor/module: path`
  • Loading branch information
mak001 authored and jsirish committed Mar 27, 2018
1 parent ddc6da0 commit f390a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extensions/LeftAndMainExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ class LeftAndMainExtension extends Extension
{
public function init()
{
Requirements::css('resources/dynamic/silverstripe-elemental-blocks/icons/icons.css');
Requirements::css('dynamic/silverstripe-elemental-blocks: icons/icons.css');
}
}

0 comments on commit f390a05

Please sign in to comment.