There was an error while loading. Please reload this page.
2 parents e5019a3 + bc27201 commit 467e806Copy full SHA for 467e806
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