Skip to content

Commit

Permalink
Revert "feat: mint or collect button :"
Browse files Browse the repository at this point in the history
This reverts commit 38ba878.
  • Loading branch information
r3lays committed Feb 22, 2024
1 parent 0cac0cc commit 0ce1165
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions pages/[chain]/collection/[contract].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -396,22 +396,6 @@ const CollectionPage: NextPage<Props> = ({ id, ssr }) => {
property="fc:frame:button:1:target"
content={`eip155:${collection.chainId}:${collection.primaryContract}`}
/>

<meta
property="fc:frame:button:2"
content={
mintPrice
? `Mint ${mintPrice} ${mintCurrency?.toUpperCase()}`
: `Collect ${
collection.floorAsk?.price?.amount?.native
} ${collection.floorAsk?.price?.currency?.symbol?.toUpperCase()}`
}
/>
<meta property="fc:frame:button:2:action" content="link" />
<meta
property="fc:frame:button:2:target"
content={`${process.env.NEXT_PUBLIC_HOST_URL}${router.asPath}`}
/>
</>
}
/>
Expand Down

0 comments on commit 0ce1165

Please sign in to comment.