-
-
Notifications
You must be signed in to change notification settings - Fork 202
DevIndex: Reorder Grid Columns and Style Sponsors Heart #9174
Copy link
Copy link
Closed
Labels
Description
Two small but impactful UI/UX improvements:
-
Column Reordering: Move the "Sponsors" column to appear after "Followers".
- Reasoning: Users scan left-to-right. Seeing "Followers" establishes social proof, and placing "Sponsors" immediately after creates a stronger call-to-action (CTA) gap, especially for users with high followers but low/zero sponsors.
-
Sponsors Icon Styling: Color the heart icon red/pink to make it stand out.
- Implementation: Add a CSS rule in
apps/devindex/home/GridContainer.scsstargeting.devindex-column-sponsorsto color the heart icon.
- Implementation: Add a CSS rule in
Reactions are currently unavailable