From 19b8f2952334f5fc8be089cd2ac31e867b82f2c3 Mon Sep 17 00:00:00 2001 From: SinachPat Date: Mon, 4 May 2026 18:22:25 +0100 Subject: [PATCH] fix: sync integrations page logos with landing page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace all mismatched SVG icons in integrations.html (both the card grid and the status section) with the exact paths from page.tsx: - GitHub: correct octocat path (M12 2C6.477, not M12 0C5.37) - Figma: 24×24 5-segment logo (was stretched 38×57 viewBox) - Linear: official brand mark fill=#5e6ad2 (was 100×100 white diagonal) - Cursor: actual prism brand logo (was a generic hexagon outline) - TypeScript: clean T+S letterform on #3178c6 bg (was noisy stripe overlay) - React: centred atom cx/cy=12 with r=2 dot (was off-centre cy=11) - Status section: same fixes applied to the second logo set Co-Authored-By: Claude Sonnet 4.6 --- .../app/public/features/integrations.html | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/packages/app/public/features/integrations.html b/packages/app/public/features/integrations.html index da652f1..69b013a 100644 --- a/packages/app/public/features/integrations.html +++ b/packages/app/public/features/integrations.html @@ -134,7 +134,7 @@ button{font-family:inherit;cursor:pointer;border:none;background:none;} /* Cursor brand */ .int-card.cursor .int-logo{background:#111118;} /* TypeScript brand */ -.int-card.typescript .int-logo{background:#0D1B2E;} +.int-card.typescript .int-logo{background:#3178c6;} /* React brand */ .int-card.react .int-logo{background:#0D1A1A;} @@ -335,7 +335,7 @@ footer{background:#08080C;border-top:1px solid rgba(255,255,255,0.06);padding:72
GitHub
@@ -346,7 +346,7 @@ footer{background:#08080C;border-top:1px solid rgba(255,255,255,0.06);padding:72
Figma
@@ -357,7 +357,7 @@ footer{background:#08080C;border-top:1px solid rgba(255,255,255,0.06);padding:72
Linear
@@ -390,7 +390,7 @@ footer{background:#08080C;border-top:1px solid rgba(255,255,255,0.06);padding:72
Cursor
@@ -401,7 +401,7 @@ footer{background:#08080C;border-top:1px solid rgba(255,255,255,0.06);padding:72
TypeScript
@@ -412,7 +412,7 @@ footer{background:#08080C;border-top:1px solid rgba(255,255,255,0.06);padding:72
React
@@ -637,7 +637,7 @@ footer{background:#08080C;border-top:1px solid rgba(255,255,255,0.06);padding:72
- +

GitHub

@@ -647,7 +647,7 @@ footer{background:#08080C;border-top:1px solid rgba(255,255,255,0.06);padding:72
- +

Figma

@@ -657,7 +657,7 @@ footer{background:#08080C;border-top:1px solid rgba(255,255,255,0.06);padding:72
- +

Linear

@@ -687,7 +687,7 @@ footer{background:#08080C;border-top:1px solid rgba(255,255,255,0.06);padding:72
- +

Cursor

@@ -696,8 +696,8 @@ footer{background:#08080C;border-top:1px solid rgba(255,255,255,0.06);padding:72
-
- +
+

TypeScript

@@ -707,7 +707,7 @@ footer{background:#08080C;border-top:1px solid rgba(255,255,255,0.06);padding:72
- +

React