Skip to content

Commit c522721

Browse files
add figma to ai builders (supabase#37172)
1 parent 3a78738 commit c522721

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

apps/www/components/Solutions/AIBuildersLogos.tsx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@ const logos = [
2121
name: 'v0',
2222
href: 'https://v0.dev',
2323
},
24-
24+
{
25+
image: `/images/logos/publicity/figma.svg`,
26+
alt: 'figma',
27+
name: 'figma',
28+
href: 'https://www.figma.com/make/',
29+
},
2530
{
2631
image: `/images/logos/publicity/tempo.svg`,
2732
alt: 'tempo',
@@ -50,7 +55,7 @@ const EnterpriseLogos: React.FC<Props> = ({ className }) => {
5055
return (
5156
<div
5257
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',
5459
className
5560
)}
5661
>
Lines changed: 6 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)