Skip to content
Snippets Groups Projects
Commit 9babaaf8 authored by Jake Bell's avatar Jake Bell
Browse files

Issue #3264373: Missing RSS and Website in Social Media Links

parent 5eeb8492
No related branches found
Tags 2.0.0-beta3
No related merge requests found
......@@ -51,6 +51,14 @@ class Micon extends IconsetBase implements IconsetInterface {
case 'email':
$icon_name = 'envelope';
break;
case 'rss':
$icon_name = 'feed';
break;
case 'website':
$icon_name = 'home';
break;
}
$icon = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment