File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,10 @@ div#wrapper
11
11
12
12
div.container ( style ="color: #555; font-size: 0.9em" )
13
13
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]
16
18
div
17
19
span.mt-2 ( v-show ="info" , style ="color: #888; font-size: 0.8em" )
18
20
span.mr-2
@@ -53,6 +55,7 @@ import 'vue-awesome/icons/hand-holding-heart';
53
55
import ' vue-awesome/icons/vote-yea' ;
54
56
import ' vue-awesome/icons/question-circle' ;
55
57
import ' vue-awesome/icons/bug' ;
58
+ import ' vue-awesome/icons/heart' ;
56
59
57
60
export default {
58
61
data : function () {
You can’t perform that action at this time.
0 commit comments