From 360089a8dba366660f7cca3d42eebadf3acc87cf Mon Sep 17 00:00:00 2001 From: Ambroise C Date: Wed, 18 Oct 2023 11:34:01 +0200 Subject: [PATCH] SONAR-20665 Fix QP event link style --- .../activity-graph/RichQualityProfileEventInner.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/sonar-web/src/main/js/components/activity-graph/RichQualityProfileEventInner.tsx b/server/sonar-web/src/main/js/components/activity-graph/RichQualityProfileEventInner.tsx index 657cd5ec49d..a9c69032ba2 100644 --- a/server/sonar-web/src/main/js/components/activity-graph/RichQualityProfileEventInner.tsx +++ b/server/sonar-web/src/main/js/components/activity-graph/RichQualityProfileEventInner.tsx @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -import { Link } from 'design-system'; +import { DiscreetLink } from 'design-system'; import React from 'react'; import { useIntl } from 'react-intl'; import { getProfileChangelogPath } from '../../apps/quality-profiles/utils'; @@ -53,7 +53,7 @@ export function RichQualityProfileEventInner({ return ( {truncatedName} - {description} - + ); } -- 2.39.5