Skip to content

Commit a2c8176

Browse files
committed
update
1 parent 12cdd87 commit a2c8176

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

packages/react-core/codeConnect/components/Alert/ToastAlertGroup.figma.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import figma from "@figma/code-connect"
1+
import figma from '@figma/code-connect';
22
import { AlertGroup } from '@patternfly/react-core';
33

44
/**
@@ -7,7 +7,7 @@ import { AlertGroup } from '@patternfly/react-core';
77

88
figma.connect(
99
AlertGroup,
10-
"https://www.figma.com/design/aEBBvq0J3EPXxHvv6WgDx9/PatternFly-6--Components-Test?node-id=1110-2821&m=dev",
10+
'https://www.figma.com/design/aEBBvq0J3EPXxHvv6WgDx9/PatternFly-6--Components-Test?node-id=1110-2821&m=dev',
1111
{
1212
props: {
1313
children: figma.children('*')

packages/react-core/codeConnect/components/Avatar/Avatar.figma.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,12 @@ figma.connect(
2222
})
2323
},
2424
example: (props) => (
25-
<Avatar alt="Avatar" src="/assets/images/avatar.svg" isBordered={props.isBordered} size={props.size} />
25+
<Avatar
26+
alt="Avatar"
27+
src="/assets/images/avatar.svg"
28+
isBordered={props.isBordered}
29+
size={props.size}
30+
/>
2631
)
2732
}
2833
);

0 commit comments

Comments
 (0)