From eeda87fe0113963dc7e43b04ca29bbcb262937ff Mon Sep 17 00:00:00 2001 From: samiramkr Date: Fri, 18 Dec 2020 11:20:38 +0100 Subject: [PATCH 1/2] Update AboutCard.tsx --- plugins/catalog/src/components/AboutCard/AboutCard.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/catalog/src/components/AboutCard/AboutCard.tsx b/plugins/catalog/src/components/AboutCard/AboutCard.tsx index ad06a84089..1549d87b8a 100644 --- a/plugins/catalog/src/components/AboutCard/AboutCard.tsx +++ b/plugins/catalog/src/components/AboutCard/AboutCard.tsx @@ -109,7 +109,6 @@ export function AboutCard({ entity, variant }: AboutCardProps) { Date: Mon, 21 Dec 2020 10:32:15 +0100 Subject: [PATCH 2/2] Update IconLinkVertical.tsx --- .../core/src/components/HeaderIconLinkRow/IconLinkVertical.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/components/HeaderIconLinkRow/IconLinkVertical.tsx b/packages/core/src/components/HeaderIconLinkRow/IconLinkVertical.tsx index f935d2fa6e..79b3b7efab 100644 --- a/packages/core/src/components/HeaderIconLinkRow/IconLinkVertical.tsx +++ b/packages/core/src/components/HeaderIconLinkRow/IconLinkVertical.tsx @@ -17,7 +17,7 @@ import React from 'react'; import classnames from 'classnames'; import { makeStyles, Link } from '@material-ui/core'; import LinkIcon from '@material-ui/icons/Link'; -import { Link as RouterLink } from 'react-router-dom'; +import { Link as RouterLink } from '../Link'; type IconLinkVerticalProps = { icon?: React.ReactNode;