mirror of
https://github.com/feather-wallet/feather.git
synced 2025-04-24 05:08:12 +00:00
crowdfunding: update magic grants url
This commit is contained in:
parent
d1f4dfb0b8
commit
c2b5c051da
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue