diff options
| author | Zero King <l2dy@icloud.com> | 2018-11-17 16:10:57 +0000 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2018-11-18 01:10:57 +0900 |
| commit | 80fdfe54c4a9fa83ea4ab4333321712b18909dfa (patch) | |
| tree | 3b48c648e98eaf60f6336309d67eb4daef2bb29f /src/client/app/init.ts | |
| parent | Improve relative time detection (#3302) (diff) | |
| download | sharkey-80fdfe54c4a9fa83ea4ab4333321712b18909dfa.tar.gz sharkey-80fdfe54c4a9fa83ea4ab4333321712b18909dfa.tar.bz2 sharkey-80fdfe54c4a9fa83ea4ab4333321712b18909dfa.zip | |
Add faUserClock icon for follow requests (#3303)
Diffstat (limited to 'src/client/app/init.ts')
| -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 6bcddda3d4..fef03e86f1 100644 --- a/src/client/app/init.ts +++ b/src/client/app/init.ts @@ -115,6 +115,7 @@ import { faChartLine, faEllipsisV, faStickyNote, + faUserClock, faUserPlus, faExternalLinkSquareAlt, faSync, @@ -241,6 +242,7 @@ library.add( faChartLine, faEllipsisV, faStickyNote, + faUserClock, faUserPlus, faExternalLinkSquareAlt, faSync, |