All checks were successful
CodeAnt AI Review - Stage 1 / codeant-review (pull_request) Successful in 1m4s
13 lines
393 B
TypeScript
13 lines
393 B
TypeScript
// This component has been consolidated into LogosSection.tsx
|
|
// All logo ticker functionality is now integrated into the main LogosSection component
|
|
// with enhanced features including:
|
|
// - Actual Figma logo assets
|
|
// - Enhanced scrolling animations
|
|
// - Responsive design
|
|
// - Brand guidelines compliance
|
|
// - Accessibility features
|
|
|
|
export default function LogoTicker() {
|
|
return null;
|
|
}
|