We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ac541 commit 1f56fceCopy full SHA for 1f56fce
src/components/MaintainerCard.tsx
@@ -42,7 +42,11 @@ function RoleBadge({
42
)
43
}
44
45
- return <span className="text-gray-500 dark:text-gray-400">{role}</span>
+ return (
46
+ <span className="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-gray-500 text-white">
47
+ {role}
48
+ </span>
49
+ )
50
51
52
function FrameworkChip({ framework }: { framework: Framework }) {
0 commit comments