Skip to content

Commit ec2cf88

Browse files
dodo0822phixMewslulciuc
authored
Use webpack bundled icon instead of GitHub hosted content (#2803)
Signed-off-by: Chih-Wei Fang <dodo0822@gmail.com> Co-authored-by: Peter Hicks <phixMe@users.noreply.github.com> Co-authored-by: Willy Lulciuc <willy@datakin.com>
1 parent ab46957 commit ec2cf88

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)