Browse Source

Fix incorrect icon used for repeater layout in settings bar

gh-pages
Andrew Kingston 5 years ago
parent
commit
408ff58ef3
  1. 4
      packages/client/manifest.json

4
packages/client/manifest.json

@ -393,13 +393,13 @@
{
"label": "Column",
"value": "column",
"barIcon": "ViewRow",
"barIcon": "ViewColumn",
"barTitle": "Column layout"
},
{
"label": "Row",
"value": "row",
"barIcon": "ViewColumn",
"barIcon": "ViewRow",
"barTitle": "Row layout"
}
],

Loading…
Cancel
Save