Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Add mastodon.social and norden.social to sprite.svg #2

Merged
merged 1 commit into from Sep 7, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 13 additions & 5 deletions assets/images/sprite.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions inc/icons.php
Expand Up @@ -189,6 +189,8 @@ function coblocks_social_links_icons() {
'wordpress.com' => 'wordpress',
'yelp.com' => 'yelp',
'youtube.com' => 'youtube',
'mastodon.social' => 'mastodon',
'norden.social' => 'mastodon',
);

return apply_filters( 'coblocks_social_links_icons', $social_links_icons );
Expand Down