Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jaykeraliya0 committed May 20, 2023
2 parents c57a5a0 + f73c868 commit 0346e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/NFTNumber.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const NFTNumber = ({ minted }: Props) => {
<></>
) : (
<h3 className="text-white text-2xl text-center font-bold w-2/3 mt-4">
{nftNumber} / 41 <span className="text-">Minted</span>
{nftNumber.toFixed(0)} / 41 <span className="text-">Minted</span>
</h3>
)}
</>
Expand Down

1 comment on commit 0346e80

@vercel
Copy link

@vercel vercel bot commented on 0346e80 May 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.