Skip to content

Commit ae203cc

Browse files
committed
paypal → ko-fi link
1 parent 1dd2195 commit ae203cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Widgets/Chart/Chart.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ public class Monitor.Chart : Gtk.Box {
33
private uint series_quantity;
44
private Utils.Colors colors = new Utils.Colors ();
55
public LiveChart.Config config;
6-
6+
77

88
construct {
99
get_style_context ().add_class ("graph");

src/Widgets/Statusbar/Statusbar.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class Monitor.Statusbar : Gtk.ActionBar {
3737
peace_label.tooltip_text = (_("Peace"));
3838

3939
var github_label = new Gtk.LinkButton.with_label ("https://github.com/stsdc/monitor", _("Check on Github"));
40-
var donate_label = new Gtk.LinkButton.with_label ("https://www.paypal.me/stsdc/10", _("Donate 💸"));
40+
var donate_label = new Gtk.LinkButton.with_label ("https://ko-fi.com/stsdc", _("Donate 💸"));
4141

4242

4343
var version_label = new Gtk.Label ("%s".printf (VCS_TAG)) {

0 commit comments

Comments
 (0)