From f6d35215a336f03e42c0f639924156aaec3125e6 Mon Sep 17 00:00:00 2001 From: Shreerang Kale Date: Thu, 6 Feb 2025 19:13:07 +0530 Subject: [PATCH] Update mark to market twitter handle --- README.md | 2 +- src/app/submit-tweets/[secret]/page.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 (
- +
); }