From 4f057756eeb4e74cae14bc1ee900b8c54a6162bb Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Sun, 17 Jan 2016 23:30:59 +0200 Subject: [PATCH] Add :builtin/group as part of shapes hierarchy. --- src/uxbox/shapes.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uxbox/shapes.cljs b/src/uxbox/shapes.cljs index 57241d9e5..cf8b4e446 100644 --- a/src/uxbox/shapes.cljs +++ b/src/uxbox/shapes.cljs @@ -8,7 +8,7 @@ (as-> (make-hierarchy) $ (derive $ :builtin/icon ::shape) (derive $ :builtin/icon-svg ::shape) - (derive $ :builtin/icon-group ::shape))) + (derive $ :builtin/group ::shape))) (defn shape? [type]