forked from mito-systems/sol-mem-gen
Update mark to market twitter handle
This commit is contained in:
parent
95416732da
commit
f6d35215a3
@ -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
|
# Get the gateway from https://app.pinata.cloud/gateway
|
||||||
PINATA_GATEWAY=
|
PINATA_GATEWAY=
|
||||||
|
|
||||||
# Mark to market twitter handle: @mark_2_market1
|
# Mark to market twitter handle: @mark_2_market0
|
||||||
NEXT_PUBLIC_TWITTER_HANDLE=
|
NEXT_PUBLIC_TWITTER_HANDLE=
|
||||||
|
|
||||||
# Add a secret random string that will be used to access the page to submit tweets for verification
|
# Add a secret random string that will be used to access the page to submit tweets for verification
|
||||||
|
|||||||
@ -10,7 +10,7 @@ export default function SubmitTweetPage({params}: Props) {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="flex flex-row justify-center items-center">
|
<div className="flex flex-row justify-center items-center">
|
||||||
<TweetUrlForm secret={params.secret} />
|
<TweetUrlForm secret={params.secret} />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user