We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad49319 commit 9afd84cCopy full SHA for 9afd84c
src/pages/Home.tsx
@@ -52,7 +52,7 @@ const ImageCycle = () => {
52
const activeOuterRadius = 124; // Thicker outer radius for active segment
53
const center = 124; // Center of SVG, adjusted for larger viewBox
54
55
- return images.map((image, index) => {
+ return images.map((_, index) => {
56
const startAngle = index * (segmentAngle + gapAngle) + gapAngle / 2;
57
const endAngle = startAngle + segmentAngle;
58
const startRad = (startAngle * Math.PI) / 180;
0 commit comments