heartwood every commit a ring

Remove mouse on mobile

4e957a2c by Isaac Bythewood · 3 years ago

modified components/mouse.js
@@ -54,6 +54,10 @@ const PageCursor = styled.div`  height: 16px;  margin: -8px 0 0 -8px;  pointer-events: none;  @media (${(props) => props.theme.breakpoints.tablet}) {    display: none;  }`;const PageCursorCircle = styled.div`
@@ -79,4 +83,8 @@ const PageCursorCircle = styled.div`    background-color: #ff2d2d;    opacity: 0.3;  }  @media (${(props) => props.theme.breakpoints.tablet}) {    display: none;  }`;