Skip to content

Commit 9a40108

Browse files
committed
Add cursor pointer
1 parent 2b28e83 commit 9a40108

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/HubSpot/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ const HubSpot = ({
9696
position: 'relative',
9797
borderRadius: '50%',
9898
height: '60px',
99-
width: '60px'
99+
width: '60px',
100+
cursor: 'pointer'
100101
}}
101102
>
102103
<div

0 commit comments

Comments
 (0)