diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-11-14 01:45:15 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-11-14 01:45:15 +0900 |
| commit | 6ddd2389dc5ed688255372b08e97368ea65cb9ed (patch) | |
| tree | 37305e5f0b8c9d2407f7c6a68fca4fdb494f1a13 /src/client | |
| parent | [Client] Fix imports (diff) | |
| download | sharkey-6ddd2389dc5ed688255372b08e97368ea65cb9ed.tar.gz sharkey-6ddd2389dc5ed688255372b08e97368ea65cb9ed.tar.bz2 sharkey-6ddd2389dc5ed688255372b08e97368ea65cb9ed.zip | |
[Client] Add missing icons
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/app/init.ts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/client/app/init.ts b/src/client/app/init.ts index 4540a11b54..90576f1608 100644 --- a/src/client/app/init.ts +++ b/src/client/app/init.ts @@ -133,6 +133,11 @@ import { faHdd as farHdd, } from '@fortawesome/free-regular-svg-icons'; +import { + faTwitter as fabTwitter, + faGithub as fabGithub, +} from '@fortawesome/free-brands-svg-icons'; + library.add( faRetweet, faPlus, @@ -237,6 +242,9 @@ library.add( farClock, farCalendarAlt, farHdd, + + fabTwitter, + fabGithub ); //#endregion |