Skip to content

Commit 4bb5b51

Browse files
committed
fixup!
1 parent 9499364 commit 4bb5b51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/Layout/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default ({ metadata, headings, readingTime, children }) => (
2323
<>
2424
<Analytics basePath="/learn/_vercel" />
2525
<SpeedInsights basePath="/learn/_vercel" />
26-
<NavBar />
26+
<NavBar metadata={metadata} />
2727
<Article>
2828
<SideBar metadata={metadata} />
2929
<div>

0 commit comments

Comments
 (0)