Files
testingcodeantrepo/.gitea/workflows/src/components/LogoTicker.tsx
WDI-Ideas 620ddcaa8e
All checks were successful
CodeAnt AI Review - Stage 1 / codeant-review (pull_request) Successful in 1m4s
chore: touch text files for full CodeAnt coverage test
2026-03-30 01:33:38 +05:30

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;
}