Skip to content

Commit

Permalink
update brozo copy
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronknott committed Jul 20, 2023
1 parent fd3b9d8 commit 1e509e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Expand Up @@ -238,8 +238,7 @@ export const InterfaceCreateSoulname = (): JSX.Element => {
case 'Brozo':
return (
<>
Claim your rare <b>{extension}</b> domain name before it’s taken! 5+
character domains are <b>FREE</b> to mint, only pay the gas fee.
Claim your rare <b>{extension}</b> domain name before it’s taken!
</>
);
default:
Expand Down
Expand Up @@ -67,11 +67,11 @@ export const InterfaceSuccessCreateIdentity = (): JSX.Element => {
return `https://twitter.com/intent/tweet?text=Just%20claimed%20my%20.base%20domain!%20The%20process%20is%20super%20simple%2C%20and%205%2B%20character%20domains%20are%20free%20%F0%9F%A4%A9.%20Grab%20yours%20here%3A%20&url=${tweetContentLink}&hashtags=Basecamp,Base,Masa`;
case 'Base Universe':
return `https://twitter.com/intent/tweet?text=Just%20claimed%20my%20Base%20Universe%20.bu%20domain%2C%20powered%20by%20%40getmasafi!%20The%20process%20is%20super%20simple%2C%20and%20domains%20are%20free%20on%20testnet%20%F0%9F%A4%A9%C2%A0Grab%20yours%20here%3A%20${tweetContentLink}%20%40UniverseOnBase%20%40BuildOnBase`;
case 'Brozo':
case 'Brozo':
return (
baseTwitterUrl +
encodeURIComponent(
`Just claimed my @BrozoNFT .bro domain, powered by getmasafi! The process is simple, and 5+ character domains are FREE to mint. Grab yours here: ${tweetContentLink} #Brozo #NFT`
`Just claimed my @BrozoNFT .bro domain, powered by getmasafi! The process is simple, and 5+ character domains are under a buck. Grab yours here: ${tweetContentLink} #Brozo #NFT`
)
);
default:
Expand Down

0 comments on commit 1e509e3

Please sign in to comment.