diff --git a/.changeset/fair-chairs-tan.md b/.changeset/fair-chairs-tan.md new file mode 100644 index 00000000000..6aa9de7b1db --- /dev/null +++ b/.changeset/fair-chairs-tan.md @@ -0,0 +1,5 @@ +--- +'polaris.shopify.com': patch +--- + +Fix nav bug diff --git a/polaris.shopify.com/src/components/Frame/Frame.tsx b/polaris.shopify.com/src/components/Frame/Frame.tsx index 33319f369b7..e2a70f77bfb 100644 --- a/polaris.shopify.com/src/components/Frame/Frame.tsx +++ b/polaris.shopify.com/src/components/Frame/Frame.tsx @@ -146,6 +146,27 @@ function Frame({darkMode, children}: Props) { handleLinkClick={() => setNavIsVisible(false)} handleShiftTabOnFirstLink={handleShiftTabPress} /> +
  • + + setNavIsVisible(false)} + passHref + > + + Sandbox + + + + +