diff --git a/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php b/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php index 34a408f7c7..3a82cf76ab 100644 --- a/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php +++ b/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php @@ -45,44 +45,44 @@ class Twenty_Twenty_One_SVG_Icons { * @var array */ protected static $social_icons = array( - '500px' => '', - 'amazon' => '', - 'bandcamp' => '', - 'behance' => '', - 'codepen' => '', - 'deviantart' => '', - 'dribbble' => '', - 'dropbox' => '', - 'etsy' => '', - 'facebook' => '', - 'feed' => '', - 'flickr' => '', - 'foursquare' => '', - 'goodreads' => '', - 'google' => '', - 'github' => '', - 'instagram' => '', - 'lastfm' => '', - 'linkedin' => '', - 'mail' => '', - 'mastodon' => '', - 'medium' => '', - 'meetup' => '', - 'pinterest' => '', - 'pocket' => '', - 'reddit' => '', - 'skype' => '', - 'snapchat' => '', - 'soundcloud' => '', - 'spotify' => '', - 'tumblr' => '', - 'twitch' => '', - 'twitter' => '', - 'vimeo' => '', - 'vk' => '', - 'wordpress' => '', - 'yelp' => '', - 'youtube' => '', + '500px' => '', + 'amazon' => '', + 'bandcamp' => '', + 'behance' => '', + 'codepen' => '', + 'deviantart' => '', + 'dribbble' => '', + 'dropbox' => '', + 'etsy' => '', + 'facebook' => '', + 'feed' => '', + 'flickr' => '', + 'foursquare' => '', + 'goodreads' => '', + 'google' => '', + 'github' => '', + 'instagram' => '', + 'lastfm' => '', + 'linkedin' => '', + 'mail' => '', + 'mastodon' => '', + 'medium' => '', + 'meetup' => '', + 'pinterest' => '', + 'pocket' => '', + 'reddit' => '', + 'skype' => '', + 'snapchat' => '', + 'soundcloud' => '', + 'spotify' => '', + 'tumblr' => '', + 'twitch' => '', + 'twitter' => '', + 'vimeo' => '', + 'vk' => '', + 'wordpress' => '', + 'yelp' => '', + 'youtube' => '', ); /**