Skip to content

Commit 0ebac61

Browse files
committed
More logos
1 parent 5101044 commit 0ebac61

File tree

4 files changed

+47
-2
lines changed

4 files changed

+47
-2
lines changed
Lines changed: 9 additions & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 35 additions & 0 deletions
Loading

apps/web-roo-code/src/components/homepage/company-logos.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import { motion } from "framer-motion"
44
import Image from "next/image"
55

6-
const logos = ["Apple", "Netflix", "Microsoft", "Red Hat", "Carvana"]
6+
const logos = ["Apple", "Netflix", "Microsoft", "Amazon", "ByteDance", "Rakuten", "Carvana"]
77

88
export function CompanyLogos() {
99
return (
@@ -25,7 +25,7 @@ export function CompanyLogos() {
2525
<Image
2626
width={0}
2727
height={0}
28-
className="h-5 w-auto overflow-clip opacity-70 dark:invert"
28+
className="h-[18px] w-auto overflow-clip opacity-70 dark:invert"
2929
src={`/logos/${logo.toLowerCase().replace(/\s+/g, "-")}.svg`}
3030
alt={`${logo} Logo`}
3131
/>

0 commit comments

Comments
 (0)