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