File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
packages/code-connect/components/Button Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import figma from '@figma/code-connect';
2
2
import { Button } from '@patternfly/react-core' ;
3
3
import PlusCircleIcon from '@patternfly/react-icons/dist/esm/icons/plus-circle-icon' ;
4
4
5
- // TODO: FIGMA : Define Icon left/right intent
5
+ // TODO: DESIGN : Define Icon left/right intent
6
6
// Ex: Are the icons different or just on different sides?
7
7
// The current configuration renders two icons separately
8
8
// Documentation for Button can be found at https://www.patternfly.org/components/button
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ import figma from '@figma/code-connect';
2
2
import { Button } from '@patternfly/react-core' ;
3
3
import PlusCircleIcon from '@patternfly/react-icons/dist/esm/icons/plus-circle-icon' ;
4
4
5
- // TODO: FIGMA : Define Icon left/right intent
5
+ // TODO: DESIGN : Define Icon left/right intent
6
6
// Ex: Are the icons different or just on different sides?
7
7
// The current configuration renders two icons separately
8
8
9
- // TODO: FIGMA : Add count options to the button
10
- // TODO: FIGMA : Add isRead options to the button
9
+ // TODO: DESIGN : Add count options to the button
10
+ // TODO: DESIGN : Add isRead options to the button
11
11
// Documentation for Button can be found at https://www.patternfly.org/components/button
12
12
13
13
figma . connect (
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import figma from '@figma/code-connect';
2
2
import { Button } from '@patternfly/react-core' ;
3
3
import PlusCircleIcon from '@patternfly/react-icons/dist/esm/icons/plus-circle-icon' ;
4
4
5
- // TODO: FIGMA : Define Icon left/right intent
5
+ // TODO: DESIGN : Define Icon left/right intent
6
6
// Ex: Are the icons different or just on different sides?
7
7
// The current configuration renders two icons separately
8
8
// Documentation for Button can be found at https://www.patternfly.org/components/button
You can’t perform that action at this time.
0 commit comments