Skip to content

Commit b3a5c8d

Browse files
committedAug 3, 2022
update logo
1 parent 04931a8 commit b3a5c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎client/src/components/NavBar/NavBar.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const NavBar = () => {
1818
<ul className="navbar-nav">
1919
<li className="logo">
2020
<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>
2222
<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>
2323
</a>
2424
</li>

0 commit comments

Comments
 (0)
Please sign in to comment.