1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-05-01 08:27:45 +00:00

Remove donate URL from about page

This commit is contained in:
Joshua Goins 2025-04-29 15:12:07 -04:00
parent 8d91fe3f78
commit c52941fef6

View file

@ -7,6 +7,6 @@ import org.kde.coreaddons
FormCard.AboutPage { FormCard.AboutPage {
aboutData: AboutData aboutData: AboutData
donateUrl: "https://redstrate.com/fund" donateUrl: ""
getInvolvedUrl: "https://github.com/redstrate/Astra/blob/main/CONTRIBUTING.md" getInvolvedUrl: "https://github.com/redstrate/Astra/blob/main/CONTRIBUTING.md"
} }