diff --git a/components/NftDetailsPage/NftDetailTabs/index.tsx b/components/NftDetailsPage/NftDetailTabs/index.tsx index 77ac9ba..5cb3ed7 100644 --- a/components/NftDetailsPage/NftDetailTabs/index.tsx +++ b/components/NftDetailsPage/NftDetailTabs/index.tsx @@ -3,17 +3,17 @@ import React from "react"; const NftsDetailTabs = () => { return ( - + selected - ? " w-full text-gray-900 p-3 rounded-md bg-white dark:bg-darkPrimary transition-all dark:text-white" - : "text-black p-2 w-full dark:bg-transparent dark:text-gray-300 font-semibold transition-all" + ? " w-full text-gray-900 p-3 rounded-md bg-white font-semibold dark:bg-darkPrimary transition-all dark:text-white" + : "text-black p-2 w-full dark:bg-transparent dark:text-gray-300 transition-all" } > Overview @@ -21,8 +21,8 @@ const NftsDetailTabs = () => { selected - ? " w-full text-gray-900 p-3 rounded-md bg-white dark:text-white dark:bg-darkPrimary transition-all" - : "text-black p-2 w-full dark:bg-transparent dark:text-gray-300 font-semibold transition-all" + ? " w-full text-gray-900 p-3 rounded-md bg-white font-semibold dark:text-white dark:bg-darkPrimary transition-all" + : "text-black p-2 w-full dark:bg-transparent dark:text-gray-300 transition-all" } > Bids @@ -30,8 +30,8 @@ const NftsDetailTabs = () => { selected - ? " w-full text-gray-900 p-3 rounded-md bg-white dark:text-white dark:bg-darkPrimary transition-all" - : "text-black w-full p-2 dark:bg-transparent dark:text-gray-300 font-semibold transition-all" + ? " w-full text-gray-900 p-3 rounded-md bg-white font-semibold dark:text-white dark:bg-darkPrimary transition-all" + : "text-black w-full p-2 dark:bg-transparent dark:text-gray-300 transition-all" } > History diff --git a/components/NftDetailsPage/index.tsx b/components/NftDetailsPage/index.tsx index 0b116b4..3672f6d 100644 --- a/components/NftDetailsPage/index.tsx +++ b/components/NftDetailsPage/index.tsx @@ -110,7 +110,7 @@ const NftDetailsPage: FC = ({ nft }) => { className="w-12 h-12 object-cover rounded-full" />
-

+

Current owner

{nft.owner.username}

@@ -163,7 +163,9 @@ const NftDetailsPage: FC = ({ nft }) => {
-

Price

+

+ Price +

{nft.price} MATIC

@@ -176,7 +178,7 @@ const NftDetailsPage: FC = ({ nft }) => {
-

+

More from the owner

diff --git a/components/NftDetailsPage/modules/NftOverview/index.tsx b/components/NftDetailsPage/modules/NftOverview/index.tsx index d96b9d1..3506568 100644 --- a/components/NftDetailsPage/modules/NftOverview/index.tsx +++ b/components/NftDetailsPage/modules/NftOverview/index.tsx @@ -14,20 +14,20 @@ interface IProps { const NftOverView: FC = ({ nft }) => { return ( -
-

Description

+
+

Description

{nft.description}

-

Latest Bids

+

Latest Bids

No bids yet.
-

Details

+

Details

  • diff --git a/components/modules/__modules__/Card/NFTCard/index.tsx b/components/modules/__modules__/Card/NFTCard/index.tsx index 6e5f824..1c3fe13 100644 --- a/components/modules/__modules__/Card/NFTCard/index.tsx +++ b/components/modules/__modules__/Card/NFTCard/index.tsx @@ -159,7 +159,7 @@ const NFTCard: FC = ({
    -

    +

    {!isAuction ? "Price" : "Time left"}

    {!isAuction ? (