We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc0ffb9 commit 271514cCopy full SHA for 271514c
packages/react-core/src/components/Label/examples/LabelCompact.tsx
@@ -14,10 +14,10 @@ export const LabelCompact: React.FunctionComponent = () => (
14
<Label isCompact icon={<InfoCircleIcon />} onClose={() => Function.prototype}>
15
Compact icon removable
16
</Label>{' '}
17
- <Label isCompact href="#outline">
+ <Label isCompact href="#compact">
18
Compact link
19
20
- <Label isCompact href="#outline" onClose={() => Function.prototype}>
+ <Label isCompact href="#compact" onClose={() => Function.prototype}>
21
Compact link removable
22
</Label>
23
<Label isCompact icon={<InfoCircleIcon />} onClose={() => Function.prototype} isTruncated>
0 commit comments