Commit c6d500d
fix(icons): repair broken integration icon rendering (#4810)
* fix(icons): repair broken integration icon rendering
Two distinct bugs left integration icons broken on the /integrations page
(visible at 32-40px, hidden at the toolbar's 16px):
1. Corrupted SVG paths (Notion, Greptile, Granola, Calendly, Grafana, Bedrock):
over-minified data dropped elliptical-arc flag digits (e.g. `A1 1 0 5.9 7`
instead of `A1 1 0 0 0 5.9 7`); Granola's cubic stream was truncated. Browsers
abort path parsing at the first invalid arc flag, so each rendered as a fragment
or blank. Replaced with correct path data from canonical sources, preserving each
icon's existing fill/gradient and bgColor.
2. Invisible glyph (Bright Data): its icon uses fill='currentColor' but bgColor was
'#FFFFFF', and every surface forces text-white on the glyph - white-on-white.
Changed bgColor to Bright Data's brand blue (#3d7ffc) so the white glyph reads,
matching the white-glyph-on-brand-chip convention.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
* fix(icons): restore Calendly dual-tone brand colors
Addresses review feedback: the previous fix replaced the broken Calendly icon
with a monochrome #006BFF path, dropping the cyan #0ae8f0 accent from the
original dual-tone mark. Restored the two-tone logo (blue + cyan) using clean,
valid path data, cropped to a tight square viewBox so it fills the chip.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
* improvement(icons): enlarge icons, fix Zoom contrast and Quiver chip
- Zoom: glyph was blue-on-blue (#0B5CFF on #2D8CFF chip); switched to
currentColor so it renders as a white glyph on the blue chip.
- Quiver: chip bgColor #000000 -> #FFFFFF to match the icon's near-white box,
and enlarged the mark slightly (viewBox crop).
- Enlarged (tightened viewBox, verified no clipping): RevenueCat, Prospeo,
Granola, Firecrawl, Enrich.so, and the AWS icons (RDS, DynamoDB, SQS,
CloudFormation, Athena, CloudWatch, SES, Bedrock, S3).
- ZoomInfo left unchanged: it is a full red rounded-square logo that already
fills its frame, so a crop would clip it.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
* fix(icons): use Bright Data wordmark on white chip; repair Circleback
- Bright Data: replaced the flame glyph with the official two-tone 'bright data'
wordmark (provided asset), centered in a symmetric viewBox. Reverted the chip
bgColor from #3d7ffc to #FFFFFF since the blue wordmark is invisible on a blue
chip (the wordmark is designed for a light background).
- Circleback: a minifier had rounded the pattern's image scale to scale(0),
collapsing the embedded logo to zero size (invisible). Restored the correct
scale (1/280 = 0.00357142857) so the C. mark renders.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
* fix(docs): sync Quiver block color card to white chip
Reflects the Quiver bgColor change (#000000 -> #FFFFFF) in the docs block info card.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
* improvement(icons): enlarge AWS/Cloudflare/Dagster icons, fully white Zoom
- Enlarged (tighter viewBox, render-verified, no clipping): Cloudflare, Dagster,
and the red AWS icons AWS IAM, Identity Center, Secrets Manager, SES, STS.
Identity Center was anomalously small (filled ~32% of its frame); the group is
now sized consistently (~80% fill).
- Zoom: the camera lens triangle was still #0B5CFF (blue-on-blue); switched it to
currentColor so the whole camera renders white on the blue chip.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
* docs(wiza): consolidate individual reveal into a single operation
Merges the separate Start/Get Individual Reveal operations into one Individual
Reveal operation in the Wiza docs and integrations data (operationCount 5 -> 4).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
* improvement(icons): size remaining AWS icons to match the set (~80% fill)
Bring RDS, DynamoDB, SQS, CloudFormation, Athena, CloudWatch and S3 up to the
same ~80% fill as the AWS IAM/Identity Center/Secrets Manager/SES/STS group, so
all AWS icons are visually consistent. Bedrock left as-is (already ~92% fill).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
* fix(icons): use Bright Data flame mark, enlarge ZoomInfo
- Bright Data: the full 'bright data' wordmark was illegible at chip size.
Replaced with just the flame-'i' brand mark (blue #4280f6 on the white chip),
centered.
- ZoomInfo: cropped the viewBox toward the white 'Zi' so it's larger; the red
rounded-square background still fills the chip.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
* improvement(icons): enlarge CrowdStrike icon
The falcon mark sat small in its chip because the icon used a wide 768x500
viewBox (letterboxed in the square chip). Switched to a square viewBox centered
on the mark so it fills ~80%, consistent with the other icons.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent b4787dd commit c6d500d
6 files changed
Lines changed: 215 additions & 197 deletions
File tree
- apps
- docs
- components
- content/docs/en/tools
- sim
- app/(landing)/integrations/data
- blocks/blocks
- components
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | 171 | | |
192 | 172 | | |
193 | 173 | | |
| |||
227 | 207 | | |
228 | 208 | | |
229 | 209 | | |
230 | | - | |
| 210 | + | |
231 | 211 | | |
232 | 212 | | |
233 | 213 | | |
| |||
Lines changed: 4 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10922 | 10922 | | |
10923 | 10923 | | |
10924 | 10924 | | |
10925 | | - | |
| 10925 | + | |
10926 | 10926 | | |
10927 | 10927 | | |
10928 | 10928 | | |
| |||
14749 | 14749 | | |
14750 | 14750 | | |
14751 | 14751 | | |
14752 | | - | |
14753 | | - | |
14754 | | - | |
14755 | | - | |
14756 | | - | |
14757 | | - | |
| 14752 | + | |
| 14753 | + | |
14758 | 14754 | | |
14759 | 14755 | | |
14760 | 14756 | | |
14761 | 14757 | | |
14762 | 14758 | | |
14763 | 14759 | | |
14764 | | - | |
| 14760 | + | |
14765 | 14761 | | |
14766 | 14762 | | |
14767 | 14763 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments