Skip to content

Add FOUNDER badge to dean profile with shared Badge component#2

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/fix-hi-issue
Draft

Add FOUNDER badge to dean profile with shared Badge component#2
Copilot wants to merge 2 commits intomainfrom
copilot/fix-hi-issue

Conversation

Copy link

Copilot AI commented Mar 10, 2026

Differentiates the founder profile from regular collective members by surfacing a FOUNDER pill badge in the profile header.

Changes

  • founderHandles set — handle-keyed config (mirrors existing providerLinks pattern) to flag which profiles get the badge
  • Badge component — extracted shared component used across the profile header and "More from the Collective" cards, replacing duplicated inline <span> styling
  • FOUNDER pill renders before the field badge (e.g. FOUNDER · Engineering) on matching profiles
// Handles that get a FOUNDER badge
const founderHandles = new Set(["dean"]);

// In the badges row:
{founderHandles.has(handle) && (
  <Badge
    label="FOUNDER"
    bg="var(--astra-2000-8)"
    color="var(--astra-2000)"
    border="1px solid var(--astra-2000-12)"
  />
)}
<Badge
  label={provider.primary_field}
  bg={`${fieldColors[provider.primary_field] ?? "#6b7280"}15`}
  color={fieldColors[provider.primary_field] ?? "#6b7280"}
/>
Original prompt

This section details on the original issue you should resolve

<issue_title>hi</issue_title>
<issue_description>hi</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

@vercel
Copy link

vercel bot commented Mar 10, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
outpost Ready Ready Preview, Comment Mar 10, 2026 5:04am

Request Review

Co-authored-by: deankroker <9809445+deankroker@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix issue titled 'hi' Add FOUNDER badge to dean profile with shared Badge component Mar 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

hi

2 participants