Skip to content

Commit ec44449

Browse files
CopilotDavidHDev
andcommitted
Remove renderItem example from usage code
Co-authored-by: DavidHDev <48634587+DavidHDev@users.noreply.github.com>
1 parent a2d4f34 commit ec44449

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/constants/code/Animations/logoLoopCode.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,6 @@ function App() {
4949
hoverSpeed={20}
5050
fadeOut
5151
/>
52-
53-
{/* Custom rendering with renderItem */}
54-
<LogoLoop
55-
logos={techLogos}
56-
speed={100}
57-
renderItem={(item, key) => (
58-
<div className="custom-logo-wrapper">
59-
{'node' in item ? item.node : <img src={item.src} alt={item.alt} />}
60-
</div>
61-
)}
62-
/>
6352
</div>
6453
);
6554
}`,

0 commit comments

Comments
 (0)