Skip to content

Commit

Permalink
clients/landing: add displayname
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund committed Nov 7, 2024
1 parent c9eb146 commit 20f1629
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion clients/apps/web/src/components/Landing/Hero/Coins.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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<THREE.Group>(null)

useFrame(() => {
Expand Down

0 comments on commit 20f1629

Please sign in to comment.