We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f7e55f commit 3bc4a1aCopy full SHA for 3bc4a1a
src/stylized/CodeStyle.js
@@ -1,8 +1,8 @@
1
import React from 'react'
2
import Wrap from '../Wrap'
3
4
-const CodeStyle = props =>
5
- return (
+const CodeStyle = props => {
+ return (
6
<Wrap {...props}>
7
<rect x="0" y="0" rx="3" ry="3" width="70" height="10" />
8
<rect x="80" y="0" rx="3" ry="3" width="100" height="10" />
0 commit comments