diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-08-02 00:51:45 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-08-02 00:51:45 +0300 |
commit | d2e93c4927541f04c154111677def9d94bea8bb7 (patch) | |
tree | 9aa32c4a3afac9757aed9cbc16239885866efe67 | |
parent | fd67bb8e67923b4e0b9b8a9bb7d9634ba2001e3d (diff) | |
download | wekan-d2e93c4927541f04c154111677def9d94bea8bb7.tar.gz wekan-d2e93c4927541f04c154111677def9d94bea8bb7.tar.bz2 wekan-d2e93c4927541f04c154111677def9d94bea8bb7.zip |
Fix typo.
-rw-r--r-- | client/components/cards/cardDate.styl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/cards/cardDate.styl b/client/components/cards/cardDate.styl index 3e736f43..62cfdcd9 100644 --- a/client/components/cards/cardDate.styl +++ b/client/components/cards/cardDate.styl @@ -48,7 +48,7 @@ &.received-date time &::before - content: "\f08b" // symbol: fa-ign-out + content: "\f08b" // symbol: fa-sign-out time &::before |