aboutsummaryrefslogtreecommitdiff
path: root/templates/notification.tmpl
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2020-01-01 09:40:47 +0000
committerr <r@freesoftwareextremist.com>2020-01-01 09:40:47 +0000
commit2f4cd260fd624f964be09f1dad20331c418fdf42 (patch)
tree0e3fa864fbd1138dfbb1abdb13cea608b41210b4 /templates/notification.tmpl
parentecf284453a3d165231688368153e556e5776028b (diff)
downloadbloat-2f4cd260fd624f964be09f1dad20331c418fdf42.tar.gz
bloat-2f4cd260fd624f964be09f1dad20331c418fdf42.zip
Use png icons instead of font icons
Diffstat (limited to 'templates/notification.tmpl')
-rw-r--r--templates/notification.tmpl18
1 files changed, 9 insertions, 9 deletions
diff --git a/templates/notification.tmpl b/templates/notification.tmpl
index c4f6f28..d68382f 100644
--- a/templates/notification.tmpl
+++ b/templates/notification.tmpl
@@ -12,10 +12,10 @@
</a>
</div>
<div>
- <div>
+ <div class="notification-info-text">
<span class="status-dname"> {{EmojiFilter .Account.DisplayName .Account.Emojis}} </span>
- <i class="fa fa-user-plus"></i>
- followed you
+ <img class="icon" src="/static/icons/user-plus.png" alt="followed" />
+ <span> followed you </span>
</div>
<div class="notification-follow-uname">
@{{.Account.Acct}}
@@ -34,10 +34,10 @@
</a>
</div>
<div>
- <div>
+ <div class="notification-info-text">
<span class="status-dname"> {{EmojiFilter .Account.DisplayName .Account.Emojis}} </span>
- <i class="fa fa-retweet retweeted"></i>
- retweeted your post
+ <img class="icon" src="/static/icons/retweeted.png" alt="retweeted" />
+ <span> retweeted your post </span>
</div>
{{template "status" .Status}}
</div>
@@ -51,10 +51,10 @@
</a>
</div>
<div>
- <div>
+ <div class="notification-info-text">
<span class="status-dname"> {{EmojiFilter .Account.DisplayName .Account.Emojis}} </span>
- <i class="fa fa-star liked"></i>
- liked your post
+ <img class="icon" src="/static/icons/liked.png" alt="liked" />
+ <span> liked your post </span>
</div>
{{template "status" .Status}}
</div>