Skip to content

Commit

Permalink
Update Layout.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
charmingduchess authored Oct 23, 2024
1 parent c37fa37 commit 713aec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Layout/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const Layout = ({
{showSearch && <SearchForm aggregations={searchAggregations} />}
</div>
<Flex
gap="var(--nypl-space-l)"
gap="l"
align="center"
direction="column"
sx={{
Expand Down

0 comments on commit 713aec9

Please sign in to comment.