Skip to content

Commit

Permalink
SE-24 Added snapchat to the list of possible social media icons
Browse files Browse the repository at this point in the history
  • Loading branch information
angelamnr committed Aug 21, 2017
1 parent 9005c09 commit 3c6a6ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion template.php
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,8 @@ function suitcase_interim_menu_link__menu_social($variables) {
'instagram' => 'fa-instagram',
'pinterest' => 'fa-pinterest-square',
'github' => 'fa-github-square',
'rss' => 'fa-rss-square'
'rss' => 'fa-rss-square',
'snapchat' => 'fa-snapchat-square'
);

$font_awesome_icon = '';
Expand Down

0 comments on commit 3c6a6ab

Please sign in to comment.