Skip to content

Commit

Permalink
remove unneeded classname
Browse files Browse the repository at this point in the history
  • Loading branch information
jeryj authored and getdave committed Sep 24, 2024
1 parent f849fcb commit 8aeebee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/block-library/src/social-link/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ const SocialLinkEdit = ( {
// Manually adding this class for backwards compatibility of CSS when moving the
// blockProps from the li to the button: https://github.com/WordPress/gutenberg/pull/64883
'wp-block-social-link',
'wp-social-link__list-item',
'wp-social-link-' + service,
{
'wp-social-link__is-incomplete': ! url,
Expand Down

0 comments on commit 8aeebee

Please sign in to comment.