-
Notifications
You must be signed in to change notification settings - Fork 1
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
separate sponsors into tiers #382
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well Done!
Visit the preview URL for this PR (updated for commit c43c274): https://dev-nwplus-root--pr382-hackcamp2023-sponsor-8z3cu0lw.web.app (expires Sat, 18 Nov 2023 05:50:18 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: ca465d4a689cc01bf206252b60f82f45b4ba90eb |
src/sections/Sponsor.jsx
Outdated
{Object.keys(sponsors).sort((a, b) => sponsorTierOrder[a] - sponsorTierOrder[b]).map((key) => ( | ||
<SponsorTier> | ||
{sponsors[key].map((sponsor) => ( | ||
<SponsorLogo src={sponsor.imgURL}/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yer added
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
idk how this will look with the actual sponsors, but if there is an issue i can revisit. lmk if i should add a header for each of the tiers