Skip to content

Commit 1930531

Browse files
fix: remove Netflix logo from homepage (#11787)
fix: remove Netflix logo from homepage company logos Co-authored-by: Roo Code <roomote@roocode.com>
1 parent 54721a3 commit 1930531

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
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", "Amazon", "ByteDance", "Rakuten", "Carvana"]
6+
const logos = ["Apple", "Microsoft", "Amazon", "ByteDance", "Rakuten", "Carvana"]
77

88
export function CompanyLogos() {
99
return (

0 commit comments

Comments
 (0)