forked from team/site
1
0
Fork 0

remove duplicate fa- prefix

This commit is contained in:
Ben Harris 2021-03-11 22:39:47 -05:00
parent 9109ae3704
commit dab2a3f76b
Signed by untrusted user: ben
GPG Key ID: 4E0AF802FFF7960C
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?php
$services = [
'irc' => ['fa' => 'comments-o', 'url' => '/wiki/irc'],
'xmpp' => ['fa' => 'fa-xmpp', 'url' => '/wiki/xmpp'],
'xmpp' => ['fa' => 'xmpp', 'url' => '/wiki/xmpp'],
'cryptpad' => ['fa' => 'sticky-note', 'url' => 'https://pad.tildeverse.org'],
'forum' => ['fa' => 'comment', 'url' => 'https://bbj.tildeverse.org'],
'gitea' => ['fa' => 'code-fork', 'url' => 'https://tildegit.org/team'],