File tree 1 file changed +1
-1
lines changed
client/src/components/NavBar
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const NavBar = () => {
18
18
< ul className = "navbar-nav" >
19
19
< li className = "logo" >
20
20
< a href = "/dashboard" className = "nav-link" >
21
- < span className = "link-text logo-text" > < img style = { { width : '160px ' } } src = "https://i.postimg.cc/0QbRp47V/Arc-Invoice-Logo .png" alt = "arc-invoice" /> </ span >
21
+ < span className = "link-text logo-text" > < img style = { { width : '50px ' } } src = "https://i.postimg.cc/hGZKzdkS/logo .png" alt = "arc-invoice" /> </ span >
22
22
< svg xmlns = "http://www.w3.org/2000/svg" width = "24" height = "24" viewBox = "0 0 24 24" fill = "none" stroke = "currentColor" strokeWidth = "2" strokeLinecap = "round" strokeLinejoin = "round" className = "feather feather-arrow-right" > < line x1 = "5" y1 = "12" x2 = "19" y2 = "12" > </ line > < polyline points = "12 5 19 12 12 19" > </ polyline > </ svg >
23
23
</ a >
24
24
</ li >
You can’t perform that action at this time.
0 commit comments