We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a78738 commit c522721Copy full SHA for c522721
apps/www/components/Solutions/AIBuildersLogos.tsx
@@ -21,7 +21,12 @@ const logos = [
21
name: 'v0',
22
href: 'https://v0.dev',
23
},
24
-
+ {
25
+ image: `/images/logos/publicity/figma.svg`,
26
+ alt: 'figma',
27
+ name: 'figma',
28
+ href: 'https://www.figma.com/make/',
29
+ },
30
{
31
image: `/images/logos/publicity/tempo.svg`,
32
alt: 'tempo',
@@ -50,7 +55,7 @@ const EnterpriseLogos: React.FC<Props> = ({ className }) => {
50
55
return (
51
56
<div
52
57
className={cn(
53
- 'flex lg:grid grid-cols-2 xl:flex flex-nowrap gap-4 md:gap-8 lg:gap-4 2xl:gap-8',
58
+ 'flex lg:grid grid-cols-2 xl:flex flex-nowrap gap-4 md:gap-8 lg:gap-4 2xl:gap-4',
54
59
className
60
)}
61
>
apps/www/public/images/logos/publicity/figma.svg
0 commit comments