diff --git a/customize/themes.mdx b/customize/themes.mdx index 2e488b32e..f7852ba07 100644 --- a/customize/themes.mdx +++ b/customize/themes.mdx @@ -9,7 +9,7 @@ export const ThemeCard = ({ title, value, description, href }) => { return (
- {title} + {title}
diff --git a/docs.json b/docs.json index 1c020afd1..c0bb41069 100644 --- a/docs.json +++ b/docs.json @@ -7,7 +7,7 @@ "light": "#26BD6C", "dark": "#166E3F" }, - "favicon": "https://raw.githubusercontent.com/mintlify/docs/refs/heads/main/favicon.ico", + "favicon": "/favicon.ico", "icons": { "library": "lucide" }, diff --git a/es/customize/themes.mdx b/es/customize/themes.mdx index cce722cd5..ac1ccf988 100644 --- a/es/customize/themes.mdx +++ b/es/customize/themes.mdx @@ -9,7 +9,7 @@ export const ThemeCard = ({ title, value, description, href }) => { return (
- {title} + {title}
diff --git a/es/index.mdx b/es/index.mdx index a988cda79..0a2c40c02 100644 --- a/es/index.mdx +++ b/es/index.mdx @@ -9,11 +9,11 @@ export const HeroCard = ({ filename, title, description, href }) => { return (

diff --git a/fr/customize/themes.mdx b/fr/customize/themes.mdx index b9052fa07..9150b64dc 100644 --- a/fr/customize/themes.mdx +++ b/fr/customize/themes.mdx @@ -9,7 +9,7 @@ export const ThemeCard = ({ title, value, description, href }) => { return (
- {title} + {title}
diff --git a/fr/index.mdx b/fr/index.mdx index fdcfc13ea..5d8ac420e 100644 --- a/fr/index.mdx +++ b/fr/index.mdx @@ -9,11 +9,11 @@ export const HeroCard = ({ filename, title, description, href }) => { return (

diff --git a/index.mdx b/index.mdx index 8885e44dd..a5ce06e9d 100644 --- a/index.mdx +++ b/index.mdx @@ -9,11 +9,11 @@ export const HeroCard = ({ filename, title, description, href }) => { return (

diff --git a/zh/customize/themes.mdx b/zh/customize/themes.mdx index 3675eae81..c078ac24f 100644 --- a/zh/customize/themes.mdx +++ b/zh/customize/themes.mdx @@ -9,7 +9,7 @@ export const ThemeCard = ({ title, value, description, href }) => { return (
- {title} + {title}