Skip to content

Commit

Permalink
Merge pull request #327 from GenaDrop/staging
Browse files Browse the repository at this point in the history
Passed props to header of layout
  • Loading branch information
Jikugodwill authored Jul 13, 2024
2 parents 1c1e403 + 0dea30a commit 2369573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/Mintbase/widget/Mintbase/App/Layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ return {
height: "100%",
}}
>
<Header isHome={isHome?.page === "home"} />
<Header isHome={isHome?.page === "home"} {...props} />
<div
className="content"
style={{
Expand Down

0 comments on commit 2369573

Please sign in to comment.