diff --git a/messages/dashboard.json b/messages/dashboard.json index e82bcf3..326a865 100644 --- a/messages/dashboard.json +++ b/messages/dashboard.json @@ -1,14 +1,14 @@ [ { - "message": "Enjoying rotki? Consider", - "message_highlight": "supporting us in", + "message": "Refer friends to rotki premium. They get a discount and you get EUR off your next payment.", + "message_highlight": "Share your referral code", "action": { - "text": "Ethereum Security QF Round at Giveth", - "url": "https://qf.giveth.io/project/rotki?roundId=16" + "text": "Get your code", + "url": "https://rotki.com/home/subscription?utm_source=cta&utm_medium=web&utm_campaign=referrals" }, "period": { - "start": 1776956400, - "end": 1778835540 + "start": 1781481600, + "end": 1781827199 } } ] \ No newline at end of file diff --git a/messages/handshake.svg b/messages/handshake.svg new file mode 100644 index 0000000..beb74d8 --- /dev/null +++ b/messages/handshake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/messages/welcome.json b/messages/welcome.json index bf88277..99922a1 100644 --- a/messages/welcome.json +++ b/messages/welcome.json @@ -1,16 +1,16 @@ { "messages": [ { - "header": "Enjoying rotki?", - "icon": "https://raw.githubusercontent.com/rotki/data/main/messages/donation.svg", - "text": "rotki is part of the Ethereum Security QF Round at Giveth", + "header": "Refer friends to rotki premium", + "icon": "https://raw.githubusercontent.com/rotki/data/main/messages/handshake.svg", + "text": "Share your referral code with friends. They get a discount on their first payment and you get EUR off your next payment.", "action": { - "text": "Support us here", - "url": "https://qf.giveth.io/project/rotki?roundId=16" + "text": "Get your code", + "url": "https://rotki.com/home/subscription?utm_source=cta&utm_medium=web&utm_campaign=referrals" }, "period": { - "start": 1776956400, - "end": 1778835540 + "start": 1781100579, + "end": 1781827199 } } ]