Skip to content

Commit

Permalink
fix: change as
Browse files Browse the repository at this point in the history
  • Loading branch information
songwongtp committed Mar 27, 2024
1 parent d05118d commit b3fc2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/PageHeaderContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const PageHeaderContainer = ({
...containerProps
}: FlexProps) => (
<Flex
as="header"
as="section"
direction="column"
gap={{ base: "24px", md: "32px" }}
px={{ base: "16px", md: "48px" }}
Expand Down

0 comments on commit b3fc2de

Please sign in to comment.