Lorem ipsum dolor sit amet, consectetur adipiscing elit.
@@ -32,5 +32,5 @@ export const ButtonInlineSpanLink: React.FunctionComponent = () => (
Pressing the Enter or Space keys on the inline link as span above demonstrates this by triggering an alert.
- >
+
);
diff --git a/packages/react-core/src/components/Button/examples/ButtonLinks.tsx b/packages/react-core/src/components/Button/examples/ButtonLinks.tsx
index c6f7334e31f..232be49f72a 100644
--- a/packages/react-core/src/components/Button/examples/ButtonLinks.tsx
+++ b/packages/react-core/src/components/Button/examples/ButtonLinks.tsx
@@ -1,19 +1,19 @@
import React from 'react';
-import { Button, Flex } from '@patternfly/react-core';
+import { Button } from '@patternfly/react-core';
export const ButtonLinks: React.FunctionComponent = () => (
-