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 2532e72 commit 4d5b579Copy full SHA for 4d5b579
frontend/main/src/components/user/Profile.tsx
@@ -55,7 +55,9 @@ export default function Profile({
55
</div>
56
{products && <MembershipCards products={products} />}
57
</section>
58
- <section>
+
59
+ {/* Feels Misleading, removing for now */}
60
+ {/* <section>
61
<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">
62
<div
63
className="flex items-center p-2 leading-none lg:rounded-full lg:inline-flex"
@@ -174,7 +176,7 @@ export default function Profile({
174
176
</li>
175
177
</ul>
178
- </section>
179
+ </section> */}
180
</>
181
)}
182
0 commit comments