File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ public function __construct(
28
28
29
29
public function onPreCreateForRender (PreCreateForRenderEvent $ event ): void
30
30
{
31
- if ('UX:Icon ' !== $ event ->getName ()) {
31
+ if ('ux:icon ' !== strtolower ( $ event ->getName () )) {
32
32
return ;
33
33
}
34
34
Original file line number Diff line number Diff line change 3
3
<li id =" second" >{{ ux_icon(' user' ) }}</li >
4
4
<li id =" third" >{{ ux_icon(' sub:check' , {' data-action' : ' string "with" quotes' }) }}</li >
5
5
<li id =" fifth" ><twig:UX:Icon name =" user" class =" h-8 w-8" /></li >
6
- <li id =" sixth" ><twig:UX:Icon name =" sub:check" /></li >
7
- <li id =" seventh" ><twig:UX :Icon :name =" 'sub:'~'check'" /></li >
6
+ <li id =" sixth" ><twig:ux:icon name =" sub:check" /></li >
7
+ <li id =" seventh" ><twig:Ux :Icon :name =" 'sub:'~'check'" /></li >
8
8
<li id =" eighth" >{{ ux_icon(' iconamoon:3d-duotone' ) }}</li >
9
9
</ul >
You can’t perform that action at this time.
0 commit comments