Skip to content

Commit 339c5ff

Browse files
committed
Revert changes to PolarisExampleWrapper
1 parent 58066b7 commit 339c5ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polaris.shopify.com/src/components/PolarisExampleWrapper/PolarisExampleWrapper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {ComponentType} from 'react';
44
import styles from './PolarisExampleWrapper.module.scss';
55

66
const stylesheetHref =
7-
'https://unpkg.com/@shopify/polaris@0.0.0-snapshot-release-20220922222021/build/esm/styles.css';
7+
'https://unpkg.com/@shopify/polaris@latest/build/esm/styles.css';
88

99
export const withPolarisExample = (Component: ComponentType) => {
1010
const PolarisHOC = (props: any) => {

0 commit comments

Comments
 (0)