Skip to content

Commit

Permalink
Merge branch 'main' into web/update-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wslulciuc authored Dec 14, 2022
2 parents aca66b3 + bc27201 commit 38ed060
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion web/src/components/sidenav/Sidenav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,10 @@ class Sidenav extends React.Component<SidenavProps> {
title={i18next.t('sidenav.events')}
active={this.props.location.pathname === '/events'}
>
<SVG src='../../img/iconSearchArrow.svg' width={'30px'} />
<SVG
src="https://raw.githubusercontent.com/MarquezProject/marquez/main/web/src/img/iconSearchArrow.svg"
width={'30px'}
/>
</MqIconButton>
</RouterLink>

Expand Down

0 comments on commit 38ed060

Please sign in to comment.