Skip to content

Commit 7aee795

Browse files
committed
Fix lint
1 parent bdc6acd commit 7aee795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/homepage/src/templates/_docs.elements.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ export const Edit = styled.a`
183183
`;
184184

185185
export const Heading = styled.div`
186-
${({ theme }) => css`
186+
${() => css`
187187
${cardCSS};
188188
position: relative;
189189

0 commit comments

Comments
 (0)