aboutsummaryrefslogtreecommitdiff
path: root/templates/notification.tmpl
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2019-12-22 19:43:03 +0000
committerr <r@freesoftwareextremist.com>2019-12-22 19:44:09 +0000
commit16300c93c1cfc65c95d0e95ec1249fae182283bd (patch)
tree44ec39d33d3ea7b7f536cbcf2a09f8f6bd8d1f5e /templates/notification.tmpl
parent08cc2a6adeb591c687d68c22bac9bc5b5f9f62b6 (diff)
downloadbloat-16300c93c1cfc65c95d0e95ec1249fae182283bd.tar.gz
bloat-16300c93c1cfc65c95d0e95ec1249fae182283bd.zip
Switch to fork-awesome font
Diffstat (limited to 'templates/notification.tmpl')
-rw-r--r--templates/notification.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/notification.tmpl b/templates/notification.tmpl
index e46ce8a..259328a 100644
--- a/templates/notification.tmpl
+++ b/templates/notification.tmpl
@@ -14,7 +14,7 @@
<div>
<div>
<span class="status-dname"> {{EmojiFilter .Account.DisplayName .Account.Emojis}} </span>
- <span class="icon dripicons-user-group"></span>
+ <i class="fa fa-user-plus"></i>
followed you
</div>
<div class="notification-follow-uname">
@@ -36,7 +36,7 @@
<div>
<div>
<span class="status-dname"> {{EmojiFilter .Account.DisplayName .Account.Emojis}} </span>
- <span class="icon dripicons-retweet retweeted"></span>
+ <i class="fa fa-retweet retweeted"></i>
retweeted your post
</div>
{{template "status" .Status}}
@@ -53,7 +53,7 @@
<div>
<div>
<span class="status-dname"> {{EmojiFilter .Account.DisplayName .Account.Emojis}} </span>
- <span class="icon dripicons-star liked"></span>
+ <i class="fa fa-star liked"></i>
liked your post
</div>
{{template "status" .Status}}