docs: update logos

This commit is contained in:
Carl-Gerhard Lindesvärd
2026-01-09 14:42:22 +01:00
parent cabfb1f3f0
commit f008fb58e5
3 changed files with 4 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

View File

@@ -7,10 +7,9 @@ import Image from 'next/image';
const images = [ const images = [
{ {
name: 'Helpy UI', name: 'Lucide Animated',
url: 'https://helpy-ui.com', url: 'https://lucide-animated.com',
logo: '/logos/helpy-ui.png', logo: '/logos/lucide-animated.png',
className: 'size-12',
}, },
{ {
name: 'KiddoKitchen', name: 'KiddoKitchen',
@@ -67,10 +66,7 @@ export function WhyOpenPanel() {
alt={image.name} alt={image.name}
width={64} width={64}
height={64} height={64}
className={cn( className={cn('size-16 object-contain dark:invert')}
'size-16 object-contain dark:invert',
image.className,
)}
/> />
</a> </a>
</div> </div>