Skip to content

Commit b1baabb

Browse files
committed
Remove commented-out followers section from PublisherCard component
1 parent 53361d5 commit b1baabb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/[locale]/(user)/publishers/PublisherCard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ const PublisherCard: React.FC<CardProps> = ({ data }) => {
6262
{item.publishedDatasetsCount} Datasets
6363
</Text>
6464
</div>
65-
<div className=" flex w-fit rounded-full border-1 border-solid border-[#D5E1EA] px-3 py-1">
65+
{/* <div className=" flex w-fit rounded-full border-1 border-solid border-[#D5E1EA] px-3 py-1">
6666
<Text variant="bodySm" className=" text-primaryBlue">
6767
3 Followers{' '}
6868
</Text>
69-
</div>
69+
</div> */}
7070
</div>
7171
</Link>
7272
))}

0 commit comments

Comments
 (0)