Skip to content

Commit 1baf3a4

Browse files
committed
docs: update sponsors
1 parent 9247ab8 commit 1baf3a4

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

docs/src/pages/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ const fans = [
4747
'Sara Bee, (@doeg)',
4848
'Mihir Kedia (@meitros)',
4949
'Nick Quebbeman (@kidqueb)',
50+
'Greg Lin (@glin)',
5051
]
5152

5253
const Home = () => {

src/devtools/styledComponents.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -106,17 +106,3 @@ export const Select = styled(
106106
},
107107
}
108108
)
109-
110-
export const QueryCountStyles = styled(
111-
'div',
112-
{
113-
fontSize: '1.2rem',
114-
display: 'flex',
115-
flexDirection: 'column',
116-
},
117-
{
118-
'(max-width: 500px)': {
119-
display: 'none',
120-
},
121-
}
122-
)

0 commit comments

Comments
 (0)