We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc5a395 commit a8e563fCopy full SHA for a8e563f
1 file changed
src/components/canvas/Computers.jsx
@@ -46,7 +46,7 @@ const ComputersCanvas = () => {
46
}, []);
47
48
return (
49
- <Canvas
+ <Canvas className='sm:block hidden'
50
frameloop='demand'
51
shadows
52
dpr={isMobile ? [1, 1.5] : [1, 2]} // Adjust DPR for mobile
0 commit comments