File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import {
1111 EmptyStateSecondaryActions ,
1212 Text ,
1313 TextContent ,
14- TextVariants
14+ TextVariants ,
1515} from '@patternfly/react-core' ;
1616
1717export interface ISupportProps {
@@ -29,11 +29,12 @@ let Support: React.FunctionComponent<ISupportProps> = () => (
2929 < EmptyStateBody >
3030 < TextContent >
3131 < Text component = "p" >
32- This represents an the empty state pattern in Patternfly 4. Hopefully it's simple enough to use but flexible
33- enough to meet a variety of needs.
32+ This represents an the empty state pattern in Patternfly 4. Hopefully it's simple enough to use but
33+ flexible enough to meet a variety of needs.
3434 </ Text >
3535 < Text component = { TextVariants . small } >
36- This text has overridden a css component variable to demonstrate how to apply customizations using PatternFly's global variable API.
36+ This text has overridden a css component variable to demonstrate how to apply customizations using
37+ PatternFly's global variable API.
3738 </ Text >
3839 </ TextContent >
3940 </ EmptyStateBody >
You can’t perform that action at this time.
0 commit comments