Skip to content

Commit bde7911

Browse files
committed
Update Badge component to set textTransform to 'none'
1 parent f29deee commit bde7911

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/agents/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ export default async function Agents() {
8080
}}
8181
badge={{
8282
text: `RFS-${id}`,
83+
textTransform: 'none',
8384
variant: 'primary',
8485
}}
8586
/>

0 commit comments

Comments
 (0)