aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/app/components/search
diff options
context:
space:
mode:
authorStas Vilchik <stas.vilchik@sonarsource.com>2017-08-29 13:05:49 +0200
committerStas Vilchik <stas.vilchik@sonarsource.com>2017-09-13 13:53:58 +0200
commit361d9c3e6c2f2dbf10b1412789bed2095f25edcc (patch)
tree532480cb28ec553e89b9fe9d53dd001f8a68dc58 /server/sonar-web/src/main/js/app/components/search
parent77bd653967bee376b0e3ff3be0e6f7a5be32699e (diff)
downloadsonarqube-361d9c3e6c2f2dbf10b1412789bed2095f25edcc.tar.gz
sonarqube-361d9c3e6c2f2dbf10b1412789bed2095f25edcc.zip
rewrite projects app
Diffstat (limited to 'server/sonar-web/src/main/js/app/components/search')
-rw-r--r--server/sonar-web/src/main/js/app/components/search/SearchResult.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/app/components/search/SearchResult.js b/server/sonar-web/src/main/js/app/components/search/SearchResult.js
index 7b91a192bc9..0070873b0a9 100644
--- a/server/sonar-web/src/main/js/app/components/search/SearchResult.js
+++ b/server/sonar-web/src/main/js/app/components/search/SearchResult.js
@@ -21,7 +21,7 @@
import React from 'react';
import { Link } from 'react-router';
/*:: import type { Component } from './utils'; */
-import FavoriteIcon from '../../../components/common/FavoriteIcon';
+import FavoriteIcon from '../../../components/icons-components/FavoriteIcon';
import QualifierIcon from '../../../components/shared/QualifierIcon';
import ClockIcon from '../../../components/common/ClockIcon';
import Tooltip from '../../../components/controls/Tooltip';