Skip to content

Commit b4bae4e

Browse files
committed
Remove capitalization
1 parent 3c3a665 commit b4bae4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/application/components/ConnectorsResponseMapping.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export function ConnectorsResponseMapping({
3838
return (
3939
<div className="flex size-full flex-col gap-4">
4040
<div className="flex justify-between">
41-
<h2 className="text-heading dark:text-heading-dark text-lg capitalize">
41+
<h2 className="text-heading dark:text-heading-dark text-lg">
4242
{HEADINGS_MAP[activeView]}
4343
</h2>
4444
<ButtonGroup attached>

0 commit comments

Comments
 (0)