Skip to content

Commit e57a07b

Browse files
committed
fix: try just one at a time.
1 parent 978462e commit e57a07b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

functions.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ function externalLinkIcon() {
115115

116116
function add_bluesky_social_icon( $social_icons ) {
117117
$social_icons['bsky.app'] = 'bluesky';
118-
$social_icons['bluesky.social'] = 'bluesky';
119118
return $social_icons;
120119
}
121120
add_filter( 'twentynineteen_social_icons_map', 'add_bluesky_social_icon' );

0 commit comments

Comments
 (0)