Add VT Code logo to LogoCarousel (#104)

This commit is contained in:
Vinh Nguyen
2026-01-27 13:46:31 -05:00
committed by Eric Harmeling
parent 2d0014513b
commit 3c6ce2f163
3 changed files with 11 additions and 0 deletions
@@ -0,0 +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">
&gt; VT Code
</text>
</svg>

After

Width:  |  Height:  |  Size: 270 B

@@ -0,0 +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">
&gt; VT Code
</text>
</svg>

After

Width:  |  Height:  |  Size: 282 B

+1
View File
@@ -33,6 +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" },
];
/* Shuffle logos on component mount */