diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-02-15 00:15:28 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-02-15 00:15:28 +0900 |
| commit | d15c59c5bea50a0cb0917d9a40490e64f81d0fc5 (patch) | |
| tree | 164ae4d8cdfd0a2ecf247c5c4b403f497163bcd8 /src | |
| parent | Merge pull request #167 from syuilo/greenkeeper/mongodb-2.2.24 (diff) | |
| download | sharkey-d15c59c5bea50a0cb0917d9a40490e64f81d0fc5.tar.gz sharkey-d15c59c5bea50a0cb0917d9a40490e64f81d0fc5.tar.bz2 sharkey-d15c59c5bea50a0cb0917d9a40490e64f81d0fc5.zip | |
Typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/web/app/mobile/tags/notification.tag | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/mobile/tags/notification.tag b/src/web/app/mobile/tags/notification.tag index ccd4d1dc9d..b4f2df2deb 100644 --- a/src/web/app/mobile/tags/notification.tag +++ b/src/web/app/mobile/tags/notification.tag @@ -77,7 +77,7 @@ </a> <div class="text"> <p> - <i class="fa fa-pie-shart"></i> + <i class="fa fa-pie-chart"></i> <a href={ CONFIG.url + '/' + notification.user.username }>{ notification.user.name }</a> </p> <a class="post-ref" href={ CONFIG.url + '/' + notification.post.user.username + '/' + notification.post.id }>{ getPostSummary(notification.post) }</a> |