Skip to content

Commit

Permalink
BlueSky on FA
Browse files Browse the repository at this point in the history
  • Loading branch information
Ipstenu committed Feb 13, 2024
1 parent 7171fba commit bd1b67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template-parts/content-post_type_actors.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
$actor_urls['bluesky'] = array(
'name' => 'BlueSky',
'url' => esc_url( get_post_meta( $the_id, 'lezactors_bluesky', true ) ),
'fa' => 'fab fa-square',
'fa' => 'fa-solid fa-square', // Change to fab fa-bluesky when available. See https://github.com/FortAwesome/Font-Awesome/issues/19810
);
}
if ( get_post_meta( $the_id, 'lezactors_twitch', true ) ) {
Expand Down

0 comments on commit bd1b67f

Please sign in to comment.