Skip to content

Commit d92dee0

Browse files
committed
fix: remove unused 'path' parameter in background-beams.tsx
1 parent 5070048 commit d92dee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/components/ui/background-beams.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export const BackgroundBeams = React.memo(
9797
></motion.path>
9898
))}
9999
<defs>
100-
{paths.map((path, index) => (
100+
{paths.map((_, index) => (
101101
<motion.linearGradient
102102
id={`linearGradient-${index}`}
103103
key={`gradient-${index}`}

0 commit comments

Comments
 (0)