Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit 779c07f

Browse files
docs(examples): use componentMap in customisation example (#1479)
1 parent be0d6ff commit 779c07f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/with-algolia-search/src/docs/customizing/gatsby-theme.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ const Theme = ({ children }) => {
137137
return (
138138
<ThemeProvider theme={config}>
139139
<Menu />
140-
<ComponentsProvider components={baseComponents}>
140+
<ComponentsProvider components={componentsMap}>
141141
{children}
142142
</ComponentsProvider>
143143
</ThemeProvider>

0 commit comments

Comments
 (0)