Skip to content

Commit

Permalink
ci: removing unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicpotato137 committed Nov 3, 2023
1 parent 74aa236 commit e84ba6c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/Universe/Overlay/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { useEffect } from 'react'
import styled from 'styled-components'
import CenterCamera from '~/components/Icons/CenterCameraIcon'
import { useDataStore } from '~/stores/useDataStore'
Expand All @@ -11,10 +10,6 @@ export const Overlay = () => {
s.setCameraFocusTrigger,
])

useEffect(() => {
document.body.style.cursor = hoveredNode ? 'pointer' : 'auto'
}, [hoveredNode])

return (
<OverlayWrap>
<CenterButton>
Expand Down

0 comments on commit e84ba6c

Please sign in to comment.