Browse Source

fix: adjust size of logo

fix/wrong-prop-name
Patrick Gray 3 years ago
committed by Patrick Gray
parent
commit
e0e3c82279
  1. 2
      src/components/stacks-docs-logo.tsx

2
src/components/stacks-docs-logo.tsx

@ -7,7 +7,7 @@ export const StacksDocsLogo: ForwardRefExoticComponentWithAs<BoxProps, 'svg'> =
BoxProps,
'svg'
>((props, ref) => {
const { width = '170px', color = 'white', as = 'svg', ...rest } = props;
const { width = '156px', color = 'white', as = 'svg', ...rest } = props;
return (
<Box
display="block"

Loading…
Cancel
Save