Skip to content

Commit 65f7cde

Browse files
authored
revert Prettier formatting in SkipLink
1 parent dbd8120 commit 65f7cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/src/components/skip-link.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/** @jsx jsx */
22
import { jsx } from 'theme-ui'
33

4-
export default (props) => (
4+
export default props => (
55
<a
66
children="Skip to content"
77
{...props}

0 commit comments

Comments
 (0)