Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Patch 2.4.1 #215

Merged
merged 1 commit into from
Jan 4, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -72,25 +72,25 @@ const SharePopup: React.FC<IPopupProps> = ({
const shareAchievement = (platform: string) => {
switch (platform) {
case "twitter":
return `I decentralized my web app using @argoapplive.%0a%0aCheck it out at ${link} deployed on ${showProtocolText(
return `I decentralized my web app using @SpheronHQ.%0a%0aCheck it out at ${link} deployed on ${showProtocolText(
protocol,
platform,
)}. 🥳%0a%0a%23PoweredByArGoApp`;
)}. 🥳%0a%0a%23PoweredBySpheron`;
case "fb":
return `I decentralized my web app using ArGoApp.%0a%0aCheck it out at ${link} deployed on ${showProtocolText(
return `I decentralized my web app using Spheron Protocol.%0a%0aCheck it out at ${link} deployed on ${showProtocolText(
protocol,
platform,
)}. 🥳%0a%0a%23PoweredByArGoApp`;
)}. 🥳%0a%0a%23PoweredBySpheron`;
case "telegram":
return `I decentralized my web app using @argoofficial.%0a%0aCheck it out at ${link} deployed on ${showProtocolText(
protocol,
platform,
)}. 🥳%0a%0a%23PoweredByArGoApp`;
)}. 🥳%0a%0a%23PoweredBySpheron`;
case "mail":
return `I decentralized my web app using ArGoApp.%0a%0aCheck it out at ${link} deployed on ${showProtocolText(
return `I decentralized my web app using Spheron Protocol.%0a%0aCheck it out at ${link} deployed on ${showProtocolText(
protocol,
platform,
)}. 🥳%0a%0a%23PoweredByArGoApp`;
)}. 🥳%0a%0a%23PoweredBySpheron`;
default:
return "";
}
Expand Down