Skip to content

Commit

Permalink
Better icon for groups block
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Mar 23, 2021
1 parent 06aba53 commit b570fe0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/manage/Blocks/Group/Edit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import dissatisfiedSVG from '@plone/volto/icons/dissatisfied.svg';
import PropTypes from 'prop-types';
import { Button } from 'semantic-ui-react';
import EditBlockWrapper from './EditBlockWrapper';
import tuneSVG from '@plone/volto/icons/show-blocks.svg';
import tuneSVG from '@plone/volto/icons/row.svg';
import helpSVG from '@plone/volto/icons/help.svg';

import './editor.less';
Expand Down Expand Up @@ -149,7 +149,7 @@ const Edit = (props) => {
<Button
icon
basic
title="Section (Group) settings"
title="Go to Section (Group) settings"
onClick={() => {
setSelectedBlock();
props.setSidebarTab(1);
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import codeSVG from '@plone/volto/icons/show-blocks.svg';
import codeSVG from '@plone/volto/icons/row.svg';
import { GroupBlockEdit, GroupBlockView, GroupBlockSchema } from './components';

const applyConfig = (config) => {
Expand Down

0 comments on commit b570fe0

Please sign in to comment.