Skip to content

Commit bc27201

Browse files
redo event viewer icon fix (#2321)
Signed-off-by: Michael Robinson <merobi@gmail.com> Signed-off-by: Michael Robinson <merobi@gmail.com> Co-authored-by: Willy Lulciuc <willy@datakin.com>
1 parent 26f12c4 commit bc27201

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)