summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-02-15 00:15:28 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-02-15 00:15:28 +0900
commitd15c59c5bea50a0cb0917d9a40490e64f81d0fc5 (patch)
tree164ae4d8cdfd0a2ecf247c5c4b403f497163bcd8 /src
parentMerge pull request #167 from syuilo/greenkeeper/mongodb-2.2.24 (diff)
downloadsharkey-d15c59c5bea50a0cb0917d9a40490e64f81d0fc5.tar.gz
sharkey-d15c59c5bea50a0cb0917d9a40490e64f81d0fc5.tar.bz2
sharkey-d15c59c5bea50a0cb0917d9a40490e64f81d0fc5.zip
Typo
Diffstat (limited to 'src')
-rw-r--r--src/web/app/mobile/tags/notification.tag2
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>