Skip to content

Conversation

@ChristianLunaSaucedo
Copy link
Collaborator

ACM Spark

This resolves #19. Sorry about not finishing it up sooner. I am still very much a beginner, so this was my attempt. I Would really appreciate some feedback!

@@ -0,0 +1,50 @@
const TierCard = () => {
return (
<>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove <> and </>

const TierCard = () => {
return (
<>
<div className="tier-card align-items-center grid h-160 w-100 justify-items-center rounded-lg border-1 border-solid border-black shadow-lg">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove tier-card, h-160, border-solid, and border-black as they don't do anything

return (
<>
<div className="tier-card align-items-center grid h-160 w-100 justify-items-center rounded-lg border-1 border-solid border-black shadow-lg">
<div className="tier-title from-ascend-peach via-ascend-peach mt-5 mb-0 grid h-60 w-90 justify-items-center rounded-lg border-1 border-solid border-black bg-gradient-to-r bg-radial to-white text-center shadow-lg">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove tier-title and bg-gradient-to-r as they don't do anything. Remove border-1, border-solid, border-black to match how it looks in the figma. Change the bg color to -ascend-light-orange and mb-0 to mb-5

<span className="font-bold">$30</span> for 1 school year
</h1>
</div>
<div className="tier-description mb-10 ml-5 justify-self-start">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove tier-description

@tingtingtingtin tingtingtingtin merged commit 30bbadf into dev Dec 18, 2025
5 checks passed
@tingtingtingtin tingtingtingtin deleted the ChristianLunaSaucedo/TierCardComponent branch December 18, 2025 02:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tier Card Component

4 participants