Skip to content

Commit bab4524

Browse files
feat: add inbound to trusted by section. (#80)
Co-authored-by: iza <[email protected]>
1 parent d9948e9 commit bab4524

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

apps/docs/components/landing/trusted-by.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,12 @@ const logos = [
9191
src: 'https://snowseo.com',
9292
style: 'font-semibold',
9393
},
94+
{
95+
id: 16,
96+
name: 'inbound',
97+
src: 'https://inbound.new/',
98+
style: 'font-semibold',
99+
},
94100
];
95101

96102
import { LogoCarousel } from './logo-carousel';

0 commit comments

Comments
 (0)