Skip to content

Commit

Permalink
fix twitter bind bug (#2873)
Browse files Browse the repository at this point in the history
* fix twitter bind bug

* space
  • Loading branch information
vegetabledogdog authored Nov 10, 2024
1 parent e5ba242 commit 37fc56e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions infra/rooch-portal-v2/src/sections/settings/view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,13 @@ export function SettingsView() {
</Stack>
{address && (
<CopyToClipboard
text={`BTC:${address.toStr()}
text={`BTC:${address.toStr()}
Rooch Testnet Campaign #006 is live! Bind your Twitter to earn extra RGas, test Rooch’s lucky draw and red packet features, and unlock the Testnet OG role.
#RoochNetwork #testnet`}
onCopy={() => {
const text = `BTC:${address.toStr()}
const text = `BTC:${address.toStr()}
Rooch Testnet Campaign #006 is live! Bind your Twitter to earn extra RGas, test Rooch’s lucky draw and red packet features, and unlock the Testnet OG role.
Expand All @@ -146,7 +146,7 @@ Rooch Testnet Campaign #006 is live! Bind your Twitter to earn extra RGas, test
}}
>
<Stack className="font-medium cursor-pointer text-wrap bg-gray-200 p-3 rounded-md whitespace-pre-line">
{`BTC:${address.toStr()}
{`BTC:${address.toStr()}
Rooch Testnet Campaign #006 is live! Bind your Twitter to earn extra RGas, test Rooch’s lucky draw and red packet features, and unlock the Testnet OG role.
Expand Down

0 comments on commit 37fc56e

Please sign in to comment.