diff --git a/packages/docs/src/routes/docs/cookbook/theme-management/index.mdx b/packages/docs/src/routes/docs/cookbook/theme-management/index.mdx index 1d4000f0a9b..cce3b5dd0bd 100644 --- a/packages/docs/src/routes/docs/cookbook/theme-management/index.mdx +++ b/packages/docs/src/routes/docs/cookbook/theme-management/index.mdx @@ -56,23 +56,25 @@ module.exports = { Then we have to add this code in the head tag of our ```root.tsx``` file. ```js -