forked from FoundKeyGang/FoundKey
Typo
This commit is contained in:
parent
98c450c847
commit
d15c59c5be
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@
|
||||||
</a>
|
</a>
|
||||||
<div class="text">
|
<div class="text">
|
||||||
<p>
|
<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>
|
<a href={ CONFIG.url + '/' + notification.user.username }>{ notification.user.name }</a>
|
||||||
</p>
|
</p>
|
||||||
<a class="post-ref" href={ CONFIG.url + '/' + notification.post.user.username + '/' + notification.post.id }>{ getPostSummary(notification.post) }</a>
|
<a class="post-ref" href={ CONFIG.url + '/' + notification.post.user.username + '/' + notification.post.id }>{ getPostSummary(notification.post) }</a>
|
||||||
|
|
Loading…
Reference in a new issue