Skip to content

Commit a87a5d3

Browse files
GallectionsThatNerdSquared
authored andcommitted
refactor: remove cursor properties as it inherits from links
1 parent a705126 commit a87a5d3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: src/components/header.jsx

-4
Original file line numberDiff line numberDiff line change
@@ -105,15 +105,11 @@ const NavBar = {
105105
`,
106106
Link: styled.span`
107107
padding: 0 1rem;
108-
cursor: pointer;
109-
110108
@media only screen and (max-width: 600px) {
111109
padding: 1rem 0;
112110
}
113111
`,
114112
li: styled.li`
115-
cursor: pointer;
116-
117113
@media only screen and (max-width: 600px) {
118114
padding: 1rem 0;
119115
}`

0 commit comments

Comments
 (0)