diff --git a/src/nft/components/collection/Card.tsx b/src/nft/components/collection/Card.tsx
index 5976cb5b33..443bb32497 100644
--- a/src/nft/components/collection/Card.tsx
+++ b/src/nft/components/collection/Card.tsx
@@ -12,7 +12,7 @@ import {
RarityVerifiedIcon,
SuspiciousIcon20,
} from 'nft/components/icons'
-import { body, subheadSmall } from 'nft/css/common.css'
+import { body, bodySmall, subheadSmall } from 'nft/css/common.css'
import { themeVars } from 'nft/css/sprinkles.css'
import { useIsMobile } from 'nft/hooks'
import { GenieAsset, Rarity, UniformHeight, UniformHeights } from 'nft/types'
@@ -551,7 +551,7 @@ const Ranking = ({ rarity, provider, rarityVerified, rarityLogo }: RankingProps)
-
+
{rarityVerified
? `Verified by ${asset.collectionName}`
: `Ranking by ${rarity.primaryProvider === 'Genie' ? fallbackProvider : rarity.primaryProvider}`}
@@ -577,7 +577,7 @@ const Suspicious = () => {
return (
+
Reported for suspicious activity
on Opensea
@@ -595,7 +595,11 @@ const Suspicious = () => {
const Pool = () => {
return (
This item is part of an NFT liquidity pool. Price increases as supply decreases.}
+ text={
+
+ This NFT is part of a liquidity pool. Buying this will increase the price of the remaining pooled NFTs.
+
+ }
placement="top"
>