Skip to content

Commit d6b608c

Browse files
committed
fix: fixed heart icon in footer
1 parent 9b93879 commit d6b608c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/App.vue

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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';
5355
import 'vue-awesome/icons/vote-yea';
5456
import 'vue-awesome/icons/question-circle';
5557
import 'vue-awesome/icons/bug';
58+
import 'vue-awesome/icons/heart';
5659
5760
export default {
5861
data: function () {

0 commit comments

Comments
 (0)