Skip to content

Commit 18bb4b1

Browse files
committed
Search button placeholder
1 parent 5fa7e3f commit 18bb4b1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

website/theme.config.jsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,9 @@ export default {
8484
)
8585
},
8686
search: {
87-
component: <DocSearch appId="7J23TEKSTT" indexName="bref" apiKey="0d252e6edd70998021bc0044444c42c4" />
87+
component: <DocSearch appId="7J23TEKSTT" indexName="bref" apiKey="0d252e6edd70998021bc0044444c42c4" translations={{
88+
button: {buttonText: 'Search docs'}
89+
}} />,
8890
},
8991
components: {
9092
// https://github.com/shuding/nextra/blob/main/packages/nextra-theme-docs/src/mdx-components.tsx

0 commit comments

Comments
 (0)