Skip to content

Commit 4d5b579

Browse files
committed
remove pro details
1 parent 2532e72 commit 4d5b579

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

frontend/main/src/components/user/Profile.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ export default function Profile({
5555
</div>
5656
{products && <MembershipCards products={products} />}
5757
</section>
58-
<section>
58+
59+
{/* Feels Misleading, removing for now */}
60+
{/* <section>
5961
<div className="w-full py-4 text-center bg-primary-900 dark:bg-primary-900 text-basics-50 dark:text-basics-50 lg:px-4">
6062
<div
6163
className="flex items-center p-2 leading-none lg:rounded-full lg:inline-flex"
@@ -174,7 +176,7 @@ export default function Profile({
174176
</li>
175177
</ul>
176178
</div>
177-
</section>
179+
</section> */}
178180
</>
179181
)}
180182
</>

0 commit comments

Comments
 (0)