Skip to content

Commit

Permalink
Merge pull request #115 from kelsos/update/cta
Browse files Browse the repository at this point in the history
chore: update cta for ongoing rounds
  • Loading branch information
kelsos authored Aug 7, 2024
2 parents 61dc366 + e509eb0 commit 7e573c5
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 6 deletions.
30 changes: 27 additions & 3 deletions messages/dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,36 @@
"message": "Enjoying rotki? Consider ",
"message_highlight": "supporting us in",
"action": {
"text": "Galactic Giving QF Round at Giveth",
"text": "Arbitrum Round at Giveth",
"url": "https://giveth.io/project/rotki"
},
"period": {
"start": 1714608000,
"end": 1715939940
"start": 1722351600,
"end": 1723629540
}
},
{
"message": "Enjoying rotki? Consider ",
"message_highlight": "supporting us in",
"action": {
"text": "GG21: Thriving Arbitrum Summer Round at Gitcoin",
"url": "https://explorer.gitcoin.co/#/round/42161/389/1"
},
"period": {
"start": 1723032000,
"end": 1724284800
}
},
{
"message": "Enjoying rotki? Consider ",
"message_highlight": "supporting us in",
"action": {
"text": "CollabTech Round and Thresholds Experiment Round at Gitcoin",
"url": "https://explorer.gitcoin.co/#/round/42161/384/9"
},
"period": {
"start": 1722981600,
"end": 1724191200
}
}
]
32 changes: 29 additions & 3 deletions messages/welcome.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,40 @@
{
"header": "Enjoying rotki?",
"icon": "https://raw.githubusercontent.com/rotki/data/develop/messages/icon.svg",
"text": "rotki is part of the Galactic Giving QF Round at Giveth",
"text": "rotki is part of the Arbitrum Round at Giveth",
"action": {
"text": "Support us here",
"url": "https://giveth.io/project/rotki"
},
"period": {
"start": 1714608000,
"end": 1715939940
"start": 1722351600,
"end": 1723629540
}
},
{
"header": "Enjoying rotki?",
"icon": "https://raw.githubusercontent.com/rotki/data/develop/messages/icon.svg",
"text": "rotki is part of the GG21: Thriving Arbitrum Summer Round at Gitcoin",
"action": {
"text": "Support us here",
"url": "https://explorer.gitcoin.co/#/round/42161/389/1"
},
"period": {
"start": 1723032000,
"end": 1724284800
}
},
{
"header": "Enjoying rotki?",
"icon": "https://raw.githubusercontent.com/rotki/data/develop/messages/icon.svg",
"text": "rotki is part of the CollabTech Round and Thresholds Experiment Round at Gitcoin",
"action": {
"text": "Support us here",
"url": "https://explorer.gitcoin.co/#/round/42161/384/9"
},
"period": {
"start": 1722981600,
"end": 1724191200
}
}
]
Expand Down

0 comments on commit 7e573c5

Please sign in to comment.