Skip to content

Commit b92fc09

Browse files
Reduce logo click target (#1023)
Closes #879.
1 parent aa9d7a3 commit b92fc09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/workbench/SideBarHeader.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,9 @@ const SideBarHeader = ({
198198
target="_blank"
199199
rel="noopener noreferrer"
200200
aria-label={intl.formatMessage({ id: "visit-dot-org" })}
201+
mx="1rem"
201202
>
202-
<HStack spacing="0.875rem" px="1rem">
203+
<HStack spacing="0.875rem">
203204
<Box width="3.56875rem" color="white" role="img" ref={faceLogoRef}>
204205
{brand.squareLogo}
205206
</Box>

0 commit comments

Comments
 (0)