diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-11-14 02:04:24 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-11-14 02:04:24 +0900 |
| commit | 66e3cb8edaac3289ebd066d28703b2b8437a29b9 (patch) | |
| tree | 0ef51490fc1526e94012341d90359da8e1970ef4 /src | |
| parent | [Client] Add missing icons (diff) | |
| download | sharkey-66e3cb8edaac3289ebd066d28703b2b8437a29b9.tar.gz sharkey-66e3cb8edaac3289ebd066d28703b2b8437a29b9.tar.bz2 sharkey-66e3cb8edaac3289ebd066d28703b2b8437a29b9.zip | |
Update src/client/app/init.ts
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/init.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/app/init.ts b/src/client/app/init.ts index 90576f1608..b713ecd7e5 100644 --- a/src/client/app/init.ts +++ b/src/client/app/init.ts @@ -111,6 +111,7 @@ import { faServer, faExclamationCircle, faSpinner, + faBroadcastTower } from '@fortawesome/free-solid-svg-icons'; import { @@ -224,6 +225,7 @@ library.add( faServer, faExclamationCircle, faSpinner, + faBroadcastTower, farBell, farEnvelope, |