diff --git a/utils/donate-screen/DonateScreen.cpp b/utils/donate-screen/DonateScreen.cpp index 66c3ac5..719f293 100644 --- a/utils/donate-screen/DonateScreen.cpp +++ b/utils/donate-screen/DonateScreen.cpp @@ -15,5 +15,5 @@ void CDonateScreen::onButtonPress(QString buttonName) { if (buttonName == "quit") exit(0); if (buttonName == "donate") - QDesktopServices::openUrl(QUrl("https://hyprland.org/support")); + QDesktopServices::openUrl(QUrl("https://account.hypr.land/pricing")); } diff --git a/utils/donate-screen/main.qml b/utils/donate-screen/main.qml index b3a99ef..0bfb218 100644 --- a/utils/donate-screen/main.qml +++ b/utils/donate-screen/main.qml @@ -62,7 +62,7 @@ ApplicationWindow { Text { color: system.windowText - text: "Hyprland is maintained by volunteers, and led by one person in their free time.
Your support is valuable, and helps fund Hyprland's continued existence.

You can donate once, or monthly, and it takes less than 5 minutes." + text: "Hyprland is maintained by volunteers, and led by one person in their free time.
Your support is valuable, and helps fund Hyprland's continued existence.

You can donate once, or monthly, and it takes less than 5 minutes.
We also have Hyprperks, which is 5€ + tax / mo, and gives you access to a few \"Thank you\" goodies from us." Layout.alignment: Qt.AlignHCenter horizontalAlignment: Text.AlignHCenter textFormat: TextEdit.RichText