Skip to content

Commit

Permalink
Remove useless from block title
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Jun 6, 2022
1 parent 0a00fcc commit a3daf0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StatisticBlock/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import StatisticBlockView from './View';
export default (config) => {
config.blocks.blocksConfig.statistic_block = {
id: 'statistic_block',
title: 'Statistic block',
title: 'Statistic',
icon: worldSVG,
group: 'text',
view: StatisticBlockView,
Expand Down

0 comments on commit a3daf0a

Please sign in to comment.