Skip to content

add back pro details #390

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 12, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 8 additions & 20 deletions frontend/main/src/components/user/Profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,31 +48,16 @@ export default function Profile({
</span>{' '}
and join CodingCat.dev
</h1>
<h2 className="mt-4 font-sans text-lg lg:text-lg text-basics-600">
Get access to all of the exclusive content and up your coding
skills.
</h2>
</div>
{products && <MembershipCards products={products} />}
</section>

{/* Feels Misleading, removing for now */}
{/* <section>
<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">
<div
className="flex items-center p-2 leading-none lg:rounded-full lg:inline-flex"
role="alert"
>
<span className="flex-auto mr-2 font-semibold text-left">
Pro Features
</span>
</div>
</div>
<div className="w-full p-8 text-2xl font-bold tracking-wide text-center uppercase border-b text-primary-900 border-primary-900">
Why Go Pro?
</div>
<section className="mt-2 md:mt-8">
<div className="flex justify-center m-3">
<ul>
<div className="w-full p-8 mb-2 text-2xl font-bold tracking-wide text-center uppercase border-b text-primary-900 border-primary-900">
Why Go Pro?
</div>
<li className="flex items-center">
<div className="p-3 rounded-full fill-current bg-primary-100 text-primary-900">
<svg
Expand Down Expand Up @@ -115,6 +100,9 @@ export default function Profile({
</span>
</div>
</li>
<div className="w-full p-8 mb-2 text-2xl font-bold tracking-wide text-center uppercase border-b text-primary-900 border-primary-900">
Future Features
</div>
<li className="flex items-center mt-3">
<div className="p-3 rounded-full fill-current bg-primary-100 text-primary-900">
<svg
Expand Down Expand Up @@ -176,7 +164,7 @@ export default function Profile({
</li>
</ul>
</div>
</section> */}
</section>
</>
)}
</>
Expand Down