Skip to content

Commit

Permalink
update logo
Browse files Browse the repository at this point in the history
  • Loading branch information
panshak committed Aug 3, 2022
1 parent 04931a8 commit b3a5c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/NavBar/NavBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const NavBar = () => {
<ul className="navbar-nav">
<li className="logo">
<a href="/dashboard" className="nav-link">
<span className="link-text logo-text"><img style={{width: '160px'}} src="https://i.postimg.cc/0QbRp47V/Arc-Invoice-Logo.png" alt="arc-invoice" /></span>
<span className="link-text logo-text"><img style={{width: '50px'}} src="https://i.postimg.cc/hGZKzdkS/logo.png" alt="arc-invoice" /></span>
<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>
</a>
</li>
Expand Down

0 comments on commit b3a5c8d

Please sign in to comment.