Commit 44963bb4 authored by Darrick Yong's avatar Darrick Yong

fix syntax

parent 115885b5
...@@ -6,7 +6,7 @@ const Header = ({ isLoggedIn, logout }) => { ...@@ -6,7 +6,7 @@ const Header = ({ isLoggedIn, logout }) => {
return ( return (
<div className="header"> <div className="header">
<div> <div>
<Image src="https://www.flaticon.com/svg/vstatic/svg/2562/2562296.svg?token=exp=1620448865~hmac=b6bb0b0a072e16f423c481f7a3175fa9" />{" "} <Image src="https://www.flaticon.com/svg/vstatic/svg/2562/2562296.svg?token=exp=1620448865~hmac=b6bb0b0a072e16f423c481f7a3175fa9" />
<div>Warehouse Management</div> <div>Warehouse Management</div>
</div> </div>
{isLoggedIn ? <Logout onClick={logout} /> : null} {isLoggedIn ? <Logout onClick={logout} /> : null}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment