diff --git a/src/pages/NftCollections/List.tsx b/src/pages/NftCollections/List.tsx index 09c3b9495a..c59dcaf0ce 100644 --- a/src/pages/NftCollections/List.tsx +++ b/src/pages/NftCollections/List.tsx @@ -82,36 +82,6 @@ const filterList = [ title: , to: '/nft-collections', }, - { - key: 'verified-on', - value: 'verified-on', - title: , - to: '/nft-collections', - }, - { - key: 'supply-limited', - value: 'supply-limited', - title: , - to: '/nft-collections', - }, - { - key: 'supply-unlimited', - value: 'supply-unlimited', - title: , - to: '/nft-collections', - }, - { - key: 'rgbpp-compatible', - value: 'rgbpp-compatible', - title: , - to: '/nft-collections', - }, - { - key: 'category', - value: 'category', - title: , - to: '/nft-collections', - }, ] export const isTxFilterType = (s?: string): boolean => { @@ -158,7 +128,7 @@ const Tags = () => { return (
{t('xudt.title.tags')} - +
) } @@ -385,7 +355,7 @@ export const ListOnMobile: React.FC<{ isLoading: boolean; list: NFTCollection[]
{t('xudt.title.tags')} - +
@@ -485,7 +455,7 @@ export const ListOnMobile: React.FC<{ isLoading: boolean; list: NFTCollection[] ) }) ) : ( -
{isLoading ? 'loading' : t(`nft.no_record`)}
+
{isLoading ? 'loading' : t(`nft.no_record`)}
)} diff --git a/src/pages/NftCollections/index.tsx b/src/pages/NftCollections/index.tsx index 0f389f829b..b50ee0c9c1 100644 --- a/src/pages/NftCollections/index.tsx +++ b/src/pages/NftCollections/index.tsx @@ -62,9 +62,9 @@ const NftCollections = () => {
{isMobile ? ( - + ) : ( - + )}
diff --git a/src/pages/NftCollections/styles.module.scss b/src/pages/NftCollections/styles.module.scss index 7b0edf804c..2032849123 100644 --- a/src/pages/NftCollections/styles.module.scss +++ b/src/pages/NftCollections/styles.module.scss @@ -159,6 +159,7 @@ } .noRecord { + background-color: #fff; text-align: center; }