Skip to content

Commit a8e563f

Browse files
committed
update folio
1 parent bc5a395 commit a8e563f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/canvas/Computers.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const ComputersCanvas = () => {
4646
}, []);
4747

4848
return (
49-
<Canvas
49+
<Canvas className='sm:block hidden'
5050
frameloop='demand'
5151
shadows
5252
dpr={isMobile ? [1, 1.5] : [1, 2]} // Adjust DPR for mobile

0 commit comments

Comments
 (0)