Skip to content

Commit

Permalink
Social Icons: Add missing icon. Edit description. (#20281)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcsf authored Feb 18, 2020
1 parent 32aaed9 commit 322da29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/block-library/src/social-link/block.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "core/social-link",
"category": "widgets",
"icon": "share",
"attributes": {
"url": {
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion packages/block-library/src/social-links/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export { metadata, name };
export const settings = {
title: __( 'Social Icons' ),
description: __(
'Create a block of links to your social media or external sites.'
'Display icons linking to your social media profiles or websites.'
),
keywords: [ _x( 'links', 'block keywords' ) ],
supports: {
Expand Down

0 comments on commit 322da29

Please sign in to comment.