🎨 styles: add logo to header

:%s
This commit is contained in:
lytrankieio123
2021-09-07 10:07:58 +07:00
parent 470a2383af
commit 75773f234d
4 changed files with 19 additions and 14 deletions

View File

@@ -27,9 +27,9 @@ const Layout: FC<Props> = ({ children }) => {
return (
<CommerceProvider locale={locale}>
<div className={s.mainLayout}>
<button onClick={toggle}>toggle card: {visibleCartDrawer.toString()}</button>
<Header />
<main >{children}</main>
<button onClick={toggle}>toggle card: {visibleCartDrawer.toString()}</button>
<CartDrawer
visible={visibleCartDrawer}
onClose={closeCartDrawer} />