docs: update logos
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 5.7 KiB |
BIN
apps/public/public/logos/lucide-animated.png
Normal file
BIN
apps/public/public/logos/lucide-animated.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 35 KiB |
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user