diff --git a/clients/apps/web/src/components/Landing/Hero/Coins.tsx b/clients/apps/web/src/components/Landing/Hero/Coins.tsx index f516dc704e..ac45afac57 100644 --- a/clients/apps/web/src/components/Landing/Hero/Coins.tsx +++ b/clients/apps/web/src/components/Landing/Hero/Coins.tsx @@ -30,10 +30,12 @@ export const CustomMaterial = forwardRef< ) }) +CustomMaterial.displayName = 'CustomMaterial' + const radius = 3 const count = 8 -function Item(props: GroupProps) { +const Item = (props: GroupProps) => { const ref = useRef(null) useFrame(() => {