diff --git a/README.md b/README.md index 271c6c2..0dd5383 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ This project is a Solana-based meme generator that allows users to connect their # Get the gateway from https://app.pinata.cloud/gateway PINATA_GATEWAY= - # Mark to market twitter handle: @mark_2_market1 + # Mark to market twitter handle: @mark_2_market0 NEXT_PUBLIC_TWITTER_HANDLE= # Add a secret random string that will be used to access the page to submit tweets for verification diff --git a/src/app/submit-tweets/[secret]/page.tsx b/src/app/submit-tweets/[secret]/page.tsx index 73c1f70..6824e7a 100644 --- a/src/app/submit-tweets/[secret]/page.tsx +++ b/src/app/submit-tweets/[secret]/page.tsx @@ -10,7 +10,7 @@ export default function SubmitTweetPage({params}: Props) { return (