Skip to content

Commit

Permalink
Icon random motion stopped for small screen
Browse files Browse the repository at this point in the history
  • Loading branch information
RavindraP04 committed Apr 5, 2023
1 parent c69947c commit c5968be
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 2 deletions.
1 change: 0 additions & 1 deletion components/home/HeroSection/HeroSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { Box } from '@mui/material';
import { useSpring } from '@react-spring/web';

export function HeroSection() {
// const [IsMobile, setIsMobile] = useState(0);
const canvasRef = useRef<HTMLCanvasElement>(null);
const pointerInteracting = useRef<null | number>(null);
const pointerInteractionMovement = useRef(0);
Expand Down
Loading

0 comments on commit c5968be

Please sign in to comment.