Upgrade OSS Badges package, fix badge rendering issue#1083
Upgrade OSS Badges package, fix badge rendering issue#1083bryantkelley wants to merge 3 commits intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
There was a problem hiding this comment.
Pull request overview
Updates the website’s OSS badge usage to align with a newer formidable-oss-badges release and resolves a layout issue in the “featured projects” badge grid.
Changes:
- Upgraded
formidable-oss-badgesto^1.6.0. - Replaced generic
FeaturedBadgeusage with specific badge components (e.g.,NukaBadge,SpectacleBadge, etc.). - Moved featured project badge configuration into
LandingFeaturedProjectsand adjusted badge sizing classes.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| website/src/pages/index.tsx | Removes inline featured projects data now handled by the component. |
| website/src/components/landing/landing-hero.tsx | Switches hero badge rendering to NukaBadge. |
| website/src/components/landing/landing-featured-projects.tsx | Uses specific badge components and updates badge rendering/sizing for the grid. |
| website/package.json | Bumps formidable-oss-badges version. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Description
Fixes # (issue)
Type of Change
How Has This Been Tested?
Ran website locally and featured projects badges no longer span the entire column
Checklist
pnpm run lint)pnpm run test:ci-with-server/pnpm run test)pnpm changeset.