Skip to content

Commit 8369b5a

Browse files
committed
fixed fuzzy mlflow js logo in nav bar
1 parent 0865547 commit 8369b5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlflow-site/src/app/components/NavBar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ const NavBar = () => {
88
<div className='navBarMlflow'>
99
<Image
1010
src={'/assets/MLflow-js-logo.png'}
11-
width={100}
12-
height={32}
11+
width={965}
12+
height={289}
1313
alt='G'
1414
className='mlflow-logo'
1515
/>

0 commit comments

Comments
 (0)