We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c3a665 commit b4bae4eCopy full SHA for b4bae4e
src/application/components/ConnectorsResponseMapping.tsx
@@ -38,7 +38,7 @@ export function ConnectorsResponseMapping({
38
return (
39
<div className="flex size-full flex-col gap-4">
40
<div className="flex justify-between">
41
- <h2 className="text-heading dark:text-heading-dark text-lg capitalize">
+ <h2 className="text-heading dark:text-heading-dark text-lg">
42
{HEADINGS_MAP[activeView]}
43
</h2>
44
<ButtonGroup attached>
0 commit comments