We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26f12c4 commit bc27201Copy full SHA for bc27201
1 file changed
web/src/components/sidenav/Sidenav.tsx
@@ -90,7 +90,10 @@ class Sidenav extends React.Component<SidenavProps> {
90
title={i18next.t('sidenav.events')}
91
active={this.props.location.pathname === '/events'}
92
>
93
- <SVG src='../../img/iconSearchArrow.svg' width={'30px'} />
+ <SVG
94
+ src="https://raw.githubusercontent.com/MarquezProject/marquez/main/web/src/img/iconSearchArrow.svg"
95
+ width={'30px'}
96
+ />
97
</MqIconButton>
98
</RouterLink>
99
0 commit comments