Skip to content

Commit

Permalink
fix: change help links cursor to pointer
Browse files Browse the repository at this point in the history
re #167
  • Loading branch information
gillisandrew authored and sekwah41 committed Mar 3, 2022
1 parent c6ef525 commit 930e79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/renderer/src/styles/components/help.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const StyledHelpWrapper = styled.a`
}
`;

export const StyledHelpLabel = styled.label`
export const StyledHelpLabel = styled.span`
width: 100%;
height: 100%;
Expand Down

0 comments on commit 930e79a

Please sign in to comment.