Skip to content

Commit 467e806

Browse files
authored
Merge branch 'main' into fix/webpack_assets
2 parents e5019a3 + bc27201 commit 467e806

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

web/src/components/sidenav/Sidenav.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,10 @@ class Sidenav extends React.Component<SidenavProps> {
9090
title={i18next.t('sidenav.events')}
9191
active={this.props.location.pathname === '/events'}
9292
>
93-
<SVG src='../../img/iconSearchArrow.svg' width={'30px'} />
93+
<SVG
94+
src="https://raw.githubusercontent.com/MarquezProject/marquez/main/web/src/img/iconSearchArrow.svg"
95+
width={'30px'}
96+
/>
9497
</MqIconButton>
9598
</RouterLink>
9699

0 commit comments

Comments
 (0)