Skip to content

Commit 2af07ca

Browse files
committed
fix(rebase): Update PF6 version
1 parent d4e5251 commit 2af07ca

File tree

14 files changed

+8336
-7929
lines changed

14 files changed

+8336
-7929
lines changed

cypress/component/MultiContentCard.cy.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ export const MultiContentCardExample: React.FunctionComponent = () => {
6262
</CardBody>
6363
<CardFooter>
6464
<Content>
65-
<Button variant="link" isInline>
65+
<Button icon={<Icon className="pf-v6-u-ml-sm" isInline>
66+
<ArrowRightIcon />
67+
</Icon>} variant="link" isInline>
6668
Learn more
67-
<Icon className="pf-v6-u-ml-sm" isInline>
68-
<ArrowRightIcon />
69-
</Icon>
69+
7070
</Button>
7171
</Content>
7272
</CardFooter>
@@ -88,11 +88,11 @@ export const MultiContentCardExample: React.FunctionComponent = () => {
8888
</CardBody>
8989
<CardFooter>
9090
<Content>
91-
<Button variant="link" isInline>
91+
<Button icon={<Icon className="pf-v6-u-ml-sm" isInline>
92+
<ArrowRightIcon />
93+
</Icon>} variant="link" isInline>
9294
Learn more
93-
<Icon className="pf-v6-u-ml-sm" isInline>
94-
<ArrowRightIcon />
95-
</Icon>
95+
9696
</Button>
9797
</Content>
9898
</CardFooter>

0 commit comments

Comments
 (0)