Skip to content

Commit

Permalink
Changing block description.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldhuereca committed Nov 29, 2022
1 parent efb4fa4 commit f7870f0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/blocks/click-to-share/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "has/click-to-share",
"category": "text",
"icon": "<svg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='share-alt' className='svg-inline--fa fa-share-alt fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='currentColor' d='M352 320c-22.608 0-43.387 7.819-59.79 20.895l-102.486-64.054a96.551 96.551 0 0 0 0-41.683l102.486-64.054C308.613 184.181 329.392 192 352 192c53.019 0 96-42.981 96-96S405.019 0 352 0s-96 42.981-96 96c0 7.158.79 14.13 2.276 20.841L155.79 180.895C139.387 167.819 118.608 160 96 160c-53.019 0-96 42.981-96 96s42.981 96 96 96c22.608 0 43.387-7.819 59.79-20.895l102.486 64.054A96.301 96.301 0 0 0 256 416c0 53.019 42.981 96 96 96s96-42.981 96-96-42.981-96-96-96z'></path></svg>",
"description": "An easy-to-use content highlighter.",
"description": "An easy-to-use Click to Share block.",
"keywords": [
"click",
"social",
Expand Down
2 changes: 1 addition & 1 deletion build/has-click-to-share.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => '0e663d276edffc99e9a9');
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => 'd8e89a41e74c83c22c55');
2 changes: 1 addition & 1 deletion build/has-click-to-share.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/blocks/click-to-share/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "has/click-to-share",
"category": "text",
"icon": "<svg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='share-alt' className='svg-inline--fa fa-share-alt fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='currentColor' d='M352 320c-22.608 0-43.387 7.819-59.79 20.895l-102.486-64.054a96.551 96.551 0 0 0 0-41.683l102.486-64.054C308.613 184.181 329.392 192 352 192c53.019 0 96-42.981 96-96S405.019 0 352 0s-96 42.981-96 96c0 7.158.79 14.13 2.276 20.841L155.79 180.895C139.387 167.819 118.608 160 96 160c-53.019 0-96 42.981-96 96s42.981 96 96 96c22.608 0 43.387-7.819 59.79-20.895l102.486 64.054A96.301 96.301 0 0 0 256 416c0 53.019 42.981 96 96 96s96-42.981 96-96-42.981-96-96-96z'></path></svg>",
"description": "An easy-to-use content highlighter.",
"description": "An easy-to-use Click to Share block.",
"keywords": ["click", "social", "tweet", "better", "twitter", "facebook", "share", "quote", "blockquote"],
"version": "1.0.0",
"textdomain": "highlight-and-share",
Expand Down

0 comments on commit f7870f0

Please sign in to comment.