diff --git a/polaris-react/src/components/Banner/Banner.tsx b/polaris-react/src/components/Banner/Banner.tsx index 8ba6edb4c08..22ff2c52462 100644 --- a/polaris-react/src/components/Banner/Banner.tsx +++ b/polaris-react/src/components/Banner/Banner.tsx @@ -174,7 +174,7 @@ export const Banner = forwardRef(function Banner( - + {headingMarkup} {contentMarkup} diff --git a/polaris-react/src/components/Bleed/Bleed.stories.tsx b/polaris-react/src/components/Bleed/Bleed.stories.tsx index 2cbf1f4e0a5..c63bb7fe8ca 100644 --- a/polaris-react/src/components/Bleed/Bleed.stories.tsx +++ b/polaris-react/src/components/Bleed/Bleed.stories.tsx @@ -34,7 +34,7 @@ export function Default() { export function WithVerticalDirection() { return ( - +
@@ -54,7 +54,7 @@ export function WithHorizontalDirection() { export function WithSpecificDirection() { return ( - +
diff --git a/polaris.shopify.com/pages/examples/bleed-specific-direction.tsx b/polaris.shopify.com/pages/examples/bleed-specific-direction.tsx index 82805f60fb6..140992e8b4e 100644 --- a/polaris.shopify.com/pages/examples/bleed-specific-direction.tsx +++ b/polaris.shopify.com/pages/examples/bleed-specific-direction.tsx @@ -7,22 +7,22 @@ function BleedSpecificDirectionExample() { return ( - + - + - + - + diff --git a/polaris.shopify.com/pages/examples/bleed-vertical.tsx b/polaris.shopify.com/pages/examples/bleed-vertical.tsx index ee3829fc323..4d60843a8cb 100644 --- a/polaris.shopify.com/pages/examples/bleed-vertical.tsx +++ b/polaris.shopify.com/pages/examples/bleed-vertical.tsx @@ -6,7 +6,7 @@ import {withPolarisExample} from '../../src/components/PolarisExampleWrapper'; function BleedVerticalExample() { return ( - +