mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
fix: remove Netflix logo from homepage (#11787)
fix: remove Netflix logo from homepage company logos Co-authored-by: Roo Code <roomote@roocode.com>
This commit is contained in:
parent
54721a3155
commit
193053110b
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
import { motion } from "framer-motion"
|
||||
import Image from "next/image"
|
||||
|
||||
const logos = ["Apple", "Netflix", "Microsoft", "Amazon", "ByteDance", "Rakuten", "Carvana"]
|
||||
const logos = ["Apple", "Microsoft", "Amazon", "ByteDance", "Rakuten", "Carvana"]
|
||||
|
||||
export function CompanyLogos() {
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue