Skip to content

Commit

Permalink
feat: change tweet text for public launch
Browse files Browse the repository at this point in the history
  • Loading branch information
alvrs committed Oct 18, 2022
1 parent 45a5ec5 commit 9655695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/layers/react/components/Balance.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { ActionState } from "@latticexyz/std-client";
import { ActionStatusIcon } from "./Action";
import { Observable } from "rxjs";

const DEFAULT_TEXT = "autonomous worlds await...\n\n";
const DEFAULT_TEXT = "Play OPCraft https://bit.ly/3VCVYyt @latticexyz @optimismFND\n\n";
const TWITTER_URL = "https://twitter.com/intent/tweet?text=";
const SIGNATURE_TEXT = (handle: string, address: string) => `${handle} tweetooor requesting drip to ${address} address`;

Expand Down

0 comments on commit 9655695

Please sign in to comment.