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 50099a3 commit d3f2e9cCopy full SHA for d3f2e9c
2 files changed
docusaurus/src/components/CodeSandboxBlock/index.tsx
@@ -54,11 +54,10 @@ export default function CodeBlock ({
54
55
export function CodeSandboxText (): JSX.Element {
56
return (
57
- <text><Svg role="img" style={{
58
- width: '15',
59
- height: '15',
60
- verticalAlign: 'middle',
61
- marginRight: '1px'
+ <text><Svg role="img" width={15} height={15} style={{
+ verticalAlign: '-.1em',
+ marginRight: '2px',
+ marginLeft: '1px'
62
}} />CodeSandbox</text>
63
)
64
}
docusaurus/static/img/codesandbox_logo.svg
0 commit comments