Skip to content

Commit 701cd52

Browse files
committed
hide collaborative contributor stats temporarily
1 parent d1f0407 commit 701cd52

File tree

1 file changed

+2
-2
lines changed
  • app/[locale]/(user)/collaboratives/components

1 file changed

+2
-2
lines changed

app/[locale]/(user)/collaboratives/components/Details.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,14 @@ const PrimaryDetails = ({ data, isLoading }: { data: any; isLoading: any }) => {
108108
</Text>
109109
</div>
110110

111-
<div className="flex flex-col border-x-[1px] border-solid border-tertiaryAccent px-8">
111+
{/* <div className="flex flex-col border-x-[1px] border-solid border-tertiaryAccent px-8">
112112
<Text variant="heading3xl" className="text-secondaryOrange">
113113
{data.collaborativeBySlug.contributors?.length || 0}
114114
</Text>
115115
<Text variant="bodyLg" color="onBgDefault" className="w-24">
116116
Contributors
117117
</Text>
118-
</div>
118+
</div> */}
119119
</div>
120120

121121
<div className=" lg:pr-4">

0 commit comments

Comments
 (0)