aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/components/docs/DocLink.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/main/js/components/docs/DocLink.tsx')
-rw-r--r--server/sonar-web/src/main/js/components/docs/DocLink.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/components/docs/DocLink.tsx b/server/sonar-web/src/main/js/components/docs/DocLink.tsx
index 98e1417e7b9..3cb93cf5812 100644
--- a/server/sonar-web/src/main/js/components/docs/DocLink.tsx
+++ b/server/sonar-web/src/main/js/components/docs/DocLink.tsx
@@ -19,8 +19,8 @@
*/
import * as React from 'react';
import { Link } from 'react-router';
-import DetachIcon from 'sonar-ui-common/components/icons/DetachIcon';
import { isSonarCloud } from '../../helpers/system';
+import DetachIcon from '../../sonar-ui-common/components/icons/DetachIcon';
import { withAppState } from '../hoc/withAppState';
interface OwnProps {