diff --git a/package.json b/package.json index 2846bf74e9..a3981663cb 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "release": "standard-version -t", "prepublishOnly": "yarn build", "happo": "happo", - "happo-ci": "happo-ci-circleci" + "happo-ci": "BASE_BRANCH=\"origin/develop\" happo-ci-circleci" }, "repository": { "type": "git", diff --git a/src/components/card/Card.stories.tsx b/src/components/card/Card.stories.tsx index 5acaa38236..9884de8d0a 100644 --- a/src/components/card/Card.stories.tsx +++ b/src/components/card/Card.stories.tsx @@ -260,7 +260,7 @@ export const cardTest = (): React.ReactElement => ( {/* eslint-disable-next-line jsx-a11y/img-redundant-alt */} An image's description @@ -327,7 +327,7 @@ export const cardTest = (): React.ReactElement => ( @@ -354,7 +354,7 @@ export const cardTest = (): React.ReactElement => ( className="flex-align-center" imageClass="circle-card margin-x-auto"> @@ -380,7 +380,7 @@ export const cardTest = (): React.ReactElement => ( @@ -408,7 +408,7 @@ export const cardTest = (): React.ReactElement => ( @@ -436,7 +436,7 @@ export const cardTest = (): React.ReactElement => ( @@ -466,7 +466,7 @@ export const cardTest = (): React.ReactElement => ( @@ -497,7 +497,7 @@ export const cardTest = (): React.ReactElement => (