crowdfunding: update magic grants url

This commit is contained in:
tobtoht 2024-10-09 22:51:45 +02:00
parent d1f4dfb0b8
commit c2b5c051da
No known key found for this signature in database
GPG key ID: E45B10DD027D2472

View file

@ -59,7 +59,7 @@ CCSWidget::CCSWidget(QWidget *parent)
c->url = QString("https://ccs.getmonero.org/%1").arg(urlpath);
}
else if (c->organizer == "MAGIC") {
c->url = QString("https://monerofund.org/%1").arg(urlpath);
c->url = QString("https://donate.magicgrants.org/%1").arg(urlpath);
}
else {
continue;