Skip to content

Commit a346b73

Browse files
author
phix
committed
Merge remote-tracking branch 'origin/feature/column-lineage-link' into feature/column-lineage-link
2 parents d483436 + 71d9073 commit a346b73

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

web/src/components/sidenav/Sidenav.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ import { FormControl, MenuItem, Select } from '@mui/material'
1919
import { MqInputNoIcon } from '../core/input-base/MqInputBase'
2020
import { useTheme } from '@emotion/react'
2121

22+
import iconSearchArrow from '../../img/iconSearchArrow.svg'
23+
2224
interface SidenavProps {}
2325

2426
const Sidenav: React.FC<SidenavProps> = () => {
@@ -97,7 +99,7 @@ const Sidenav: React.FC<SidenavProps> = () => {
9799
active={location.pathname === '/events'}
98100
>
99101
<SVG
100-
src='https://raw.githubusercontent.com/MarquezProject/marquez/main/web/src/img/iconSearchArrow.svg'
102+
src={iconSearchArrow}
101103
width={'30px'}
102104
/>
103105
</MqIconButton>

0 commit comments

Comments
 (0)