fix button props on external link
Co-authored-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
This commit is contained in:
parent
6189795aaf
commit
0a6281e209
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import React from "react";
|
||||
import { ExternalLinkAltIcon } from "@patternfly/react-icons";
|
||||
import { Button } from "@patternfly/react-core";
|
||||
import { Button, ButtonProps } from "@patternfly/react-core";
|
||||
|
||||
export const ExternalLink = ({ title, href, ...rest }: ButtonProps) => {
|
||||
return (
|
||||
|
|
Loading…
Reference in a new issue