We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53361d5 commit b1baabbCopy full SHA for b1baabb
app/[locale]/(user)/publishers/PublisherCard.tsx
@@ -62,11 +62,11 @@ const PublisherCard: React.FC<CardProps> = ({ data }) => {
62
{item.publishedDatasetsCount} Datasets
63
</Text>
64
</div>
65
- <div className=" flex w-fit rounded-full border-1 border-solid border-[#D5E1EA] px-3 py-1">
+ {/* <div className=" flex w-fit rounded-full border-1 border-solid border-[#D5E1EA] px-3 py-1">
66
<Text variant="bodySm" className=" text-primaryBlue">
67
3 Followers{' '}
68
69
- </div>
+ </div> */}
70
71
</Link>
72
))}
0 commit comments