Skip to content

Commit f6aca2a

Browse files
authored
Merge pull request #31 from Bessouat40/add-onnx-model
change logo size
2 parents f9e8d68 + 094d39b commit f6aca2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

front/src/components/navbar.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ const NavBar = () => {
1313
<img
1414
src={logo}
1515
style={{
16-
width: 70,
17-
height: 70,
16+
width: 45,
17+
height: 45,
1818
position: 'absolut',
1919
}}
2020
alt="logo"

0 commit comments

Comments
 (0)