generated from muhtadeetaron/nextjs-template
initial commit
This commit is contained in:
9
epaper-client/src/components/Header.tsx
Normal file
9
epaper-client/src/components/Header.tsx
Normal file
@ -0,0 +1,9 @@
|
||||
const Header = () => {
|
||||
return (
|
||||
<div className="flex justify-between items-center px-96">
|
||||
<img src="/logo.png" alt="" className="w-60" />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default Header;
|
||||
Reference in New Issue
Block a user