mirror of
https://github.com/friendica/friendica
synced 2025-01-03 14:42:18 +00:00
Fix for white svg icons
This commit is contained in:
parent
079c0482b4
commit
6de167173c
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ class ContactSelector
|
|||
'takahē', 'takesama', 'threads', 'tumblr', 'vernissage', 'vervis', 'vidzy', 'vocata', 'wafrn',
|
||||
'wildebeest', 'wordpress', 'write.as', 'writefreely', 'wxwclub', 'xwiki', 'zap'];
|
||||
|
||||
if ($platform_icon_style == self::SVG_WHITE) {
|
||||
if (in_array($platform_icon_style,[self::SVG_WHITE, self::SVG_COLOR_WHITE])) {
|
||||
$svg = ['activitypub', 'akkoma', 'andstatus', 'bluesky', 'bonfire', 'bookwyrm', 'bridgy_fed',
|
||||
'calckey', 'castopod', 'diaspora', 'discourse', 'dolphin', 'drupal', 'email', 'firefish',
|
||||
'flipboard', 'flohmarkt', 'forgejo', 'friendica', 'funkwhale', 'ghost', 'gitlab',
|
||||
|
|
Loading…
Reference in a new issue