Skip to content
Snippets Groups Projects
Commit 90db5f2a authored by Maz Ameli's avatar Maz Ameli
Browse files

fix broken image link [ci skip]

parent 5a02c313
No related branches found
No related tags found
No related merge requests found
......@@ -354,7 +354,7 @@ export default class Visualization extends Component {
: isDashboard && noResults ?
<div className={"flex-full px1 pb1 text-centered flex flex-column layout-centered " + (isDashboard ? "text-slate-light" : "text-slate")}>
<Tooltip tooltip="No results!" isEnabled={small}>
<img src="app/assets/img/no_results.svg" />
<img src="../app/assets/img/no_results.svg" />
</Tooltip>
{ !small &&
<span className="h4 text-bold">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment