app/views/playbook/pages/kits.html.slim in playbook_ui-2.9.3 vs app/views/playbook/pages/kits.html.slim in playbook_ui-2.9.4

- old
+ new

@@ -1,6 +1,6 @@ .pb--kits - = pb_rails("title", props: { text: "Kits", tag: "h1", size: "1" }) + = pb_rails("title", props: { text: "Kits", tag: "h1", size: 1 }) .pb--kit-type-nav a href="#{kits_path('', type: 'rails')}" class="#{'active' if @type == 'rails'}" Rails a href="#{kits_path('', type: 'react')}" class="#{'active' if @type == 'react'}" React