File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,8 +11,10 @@ div#wrapper
1111
1212 div.container ( style ="color: #555; font-size: 0.9em" )
1313 div.mb-2
14- // The heart emoji is red by default on most platforms, but not on all
15- | Made with #[ span( style ="color: red" ) ❤] by the #[ a( href ="http://activitywatch.net/contributors/" ) ActivityWatch developers]
14+ | Made with
15+ a( href ="https://activitywatch.net/donate/" , target ="_blank" )
16+ icon( name ="heart" scale =0.8 color ="#E55" )
17+ | by the #[ a( href ="http://activitywatch.net/contributors/" ) ActivityWatch developers]
1618 div
1719 span.mt-2 ( v-show ="info" , style ="color: #888; font-size: 0.8em" )
1820 span.mr-2
@@ -53,6 +55,7 @@ import 'vue-awesome/icons/hand-holding-heart';
5355import ' vue-awesome/icons/vote-yea' ;
5456import ' vue-awesome/icons/question-circle' ;
5557import ' vue-awesome/icons/bug' ;
58+ import ' vue-awesome/icons/heart' ;
5659
5760export default {
5861 data : function () {
You can’t perform that action at this time.
0 commit comments