From e67e7d5908b8545115baac768f3e100e3f94a975 Mon Sep 17 00:00:00 2001 From: Leonardo Zizzamia Date: Tue, 6 Feb 2024 18:46:55 -0800 Subject: [PATCH] format --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d691ee12cd..9a5d2ee42e 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ export default function HomePage() { **@Props** ```ts -type Button = +type Button = | { action: 'link' | 'mint'; label: string; @@ -125,7 +125,7 @@ type Button = | { action?: 'post' | 'post_redirect'; label: string; - }; + }; type InputMetadata = { text: string; @@ -203,7 +203,7 @@ export async function POST(req: NextRequest): Promise { **@Param** ```ts -type Button = +type Button = | { action: 'link' | 'mint'; label: string; @@ -212,7 +212,7 @@ type Button = | { action?: 'post' | 'post_redirect'; label: string; - }; + }; type InputMetadata = { text: string; @@ -368,7 +368,7 @@ export default function Page() { **@Param** ```ts -type Button = +type Button = | { action: 'link' | 'mint'; label: string; @@ -377,7 +377,7 @@ type Button = | { action?: 'post' | 'post_redirect'; label: string; - }; + }; type InputMetadata = { text: string;