Fix VT Code logo sizing, centering, and file references in carousel

This commit is contained in:
Eric Harmeling
2026-01-26 15:32:05 -05:00
Unverified
parent 3c6ce2f163
commit c9e5df0a28
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
<svg width="800" height="160" viewBox="0 0 800 160" xmlns="http://www.w3.org/2000/svg">
<text x="60" y="100" font-family="SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif" font-size="72" font-weight="600" letter-spacing="2">
<svg width="400" height="120" viewBox="0 0 400 120" xmlns="http://www.w3.org/2000/svg">
<text x="200" y="82" text-anchor="middle" font-family="SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif" font-size="72" font-weight="600" letter-spacing="2" fill="#fff">
&gt; VT Code
</text>
</svg>

Before

Width:  |  Height:  |  Size: 270 B

After

Width:  |  Height:  |  Size: 303 B

+2 -2
View File
@@ -1,5 +1,5 @@
<svg width="800" height="160" viewBox="0 0 800 160" xmlns="http://www.w3.org/2000/svg">
<text x="60" y="100" font-family="SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif" font-size="72" font-weight="600" letter-spacing="2" fill="#fff">
<svg width="400" height="120" viewBox="0 0 400 120" xmlns="http://www.w3.org/2000/svg">
<text x="200" y="82" text-anchor="middle" font-family="SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif" font-size="72" font-weight="600" letter-spacing="2" fill="#000">
&gt; VT Code
</text>
</svg>

Before

Width:  |  Height:  |  Size: 282 B

After

Width:  |  Height:  |  Size: 303 B

+1 -1
View File
@@ -33,7 +33,7 @@ export const LogoCarousel = () => {
{ name: "Mistral AI Vibe", url: "https://github.com/mistralai/mistral-vibe", lightSrc: "/images/logos/mistral-vibe/vibe-logo_black.svg", darkSrc: "/images/logos/mistral-vibe/vibe-logo_white.svg", width: "80px" },
{ name: "Command Code", url: "https://commandcode.ai/", lightSrc: "/images/logos/command-code/command-code-logo-for-light.svg", darkSrc: "/images/logos/command-code/command-code-logo-for-dark.svg", width: "200px" },
{ name: "Ona", url: "https://ona.com", lightSrc: "/images/logos/ona/ona-wordmark-light.svg", darkSrc: "/images/logos/ona/ona-wordmark-dark.svg", width: "120px" },
{ name: "VT Code", url: "https://github.com/vinhnx/vtcode", lightSrc: "/images/logos/vtcode/vtcode-logo-light.svg", darkSrc: "/images/logos/vtcode/vtcode-logo-dark.svg", width: "120px" },
{ name: "VT Code", url: "https://github.com/vinhnx/vtcode", lightSrc: "/images/logos/vtcode/vt_code_light.svg", darkSrc: "/images/logos/vtcode/vt_code_dark.svg" },
];
/* Shuffle logos on component mount */