diff --git a/messages/dashboard.json b/messages/dashboard.json index 326a865..3b62261 100644 --- a/messages/dashboard.json +++ b/messages/dashboard.json @@ -1,4 +1,16 @@ [ + { + "message": "Enjoying rotki? rotki is part of", + "message_highlight": "Octant Epoch 12 featuring properQF", + "action": { + "text": "Donate via Octant", + "url": "https://octant.app" + }, + "period": { + "start": 1781627400, + "end": 1782876600 + } + }, { "message": "Refer friends to rotki premium. They get a discount and you get EUR off your next payment.", "message_highlight": "Share your referral code", @@ -11,4 +23,4 @@ "end": 1781827199 } } -] \ No newline at end of file +] diff --git a/messages/welcome.json b/messages/welcome.json index 3814b3b..e9d931d 100644 --- a/messages/welcome.json +++ b/messages/welcome.json @@ -1,5 +1,18 @@ { "messages": [ + { + "header": "Enjoying rotki?", + "icon": "https://raw.githubusercontent.com/rotki/data/main/messages/donation.svg", + "text": "rotki is part of Octant Epoch 12 featuring properQF. Support us by donating to allocate funding.", + "action": { + "text": "Donate via Octant", + "url": "https://octant.app" + }, + "period": { + "start": 1781627400, + "end": 1782876600 + } + }, { "header": "Refer friends to rotki premium", "icon": "https://raw.githubusercontent.com/rotki/data/main/messages/bird.svg", @@ -14,4 +27,4 @@ } } ] -} \ No newline at end of file +}