Skip to content

Commit d338e1b

Browse files
committed
OP-550 - Sylius grid fix
1 parent 2559ecb commit d338e1b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/Application/config/packages/_sylius.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,20 @@ sylius_grid:
4040
label: sylius.ui.create
4141
options:
4242
class: primary
43-
icon: plus
43+
icon: "tabler:plus"
4444
header:
4545
icon: cube
4646
label: sylius.ui.type
4747
links:
4848
simple:
4949
label: sylius.ui.simple_product
50-
icon: plus
50+
icon: "tabler:plus"
5151
route: sylius_admin_product_create_simple
5252
configurable:
5353
label: sylius.ui.configurable_product
54-
icon: plus
54+
icon: "tabler:plus"
5555
route: sylius_admin_product_create
5656
bundle:
5757
label: bitbag_sylius_product_bundle.ui.bundle
58-
icon: plus
58+
icon: "tabler:plus"
5959
route: bitbag_product_bundle_admin_product_create_bundle

0 commit comments

Comments
 (0)