Commit 7b0d1e7d authored by Mike Greiling's avatar Mike Greiling

change rss icon to bell icon for notifications

parent a25af3ef
......@@ -40,7 +40,11 @@
<div>
<div class="sidebar-collapsed-icon">
<i
class="fa fa-rss"
class="fa"
:class="{
'fa-bell': subscribed,
'fa-bell-slash': !subscribed,
}"
aria-hidden="true"
>
</i>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment