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 aa9d7a3 commit b92fc09Copy full SHA for b92fc09
src/workbench/SideBarHeader.tsx
@@ -198,8 +198,9 @@ const SideBarHeader = ({
198
target="_blank"
199
rel="noopener noreferrer"
200
aria-label={intl.formatMessage({ id: "visit-dot-org" })}
201
+ mx="1rem"
202
>
- <HStack spacing="0.875rem" px="1rem">
203
+ <HStack spacing="0.875rem">
204
<Box width="3.56875rem" color="white" role="img" ref={faceLogoRef}>
205
{brand.squareLogo}
206
</Box>
0 commit comments