Skip to content

Commit 71b8b3f

Browse files
committed
Doccer image
1 parent 34cf2af commit 71b8b3f

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

apps/docs/components/icons.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4479,7 +4479,7 @@ export function PipedriveIcon(props: SVGProps<SVGSVGElement>) {
44794479
fillRule='evenodd'
44804480
>
44814481
<g transform='translate(67, 44)'>
4482-
<use fill='#FFFFFF' xlinkHref={`#${pathId}`} />
4482+
<use fill='currentColor' xlinkHref={`#${pathId}`} />
44834483
</g>
44844484
</g>
44854485
</svg>

apps/sim/lib/integrations/icon-mapping.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
256256
exa: ExaAIIcon,
257257
extend_v2: ExtendIcon,
258258
fathom: FathomIcon,
259-
file_v4: DocumentIcon,
260259
file_v5: DocumentIcon,
261260
findymail: FindymailIcon,
262261
firecrawl: FirecrawlIcon,

0 commit comments

Comments
 (0)