From 53a36e51eaf220596aa55fd9234827d0e6595f13 Mon Sep 17 00:00:00 2001 From: Brandon McConnell Date: Tue, 10 Feb 2026 17:18:02 -0800 Subject: [PATCH] fix: use full s3 URLs for localized images --- es/customize/themes.mdx | 2 +- fr/customize/themes.mdx | 2 +- zh/customize/themes.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/es/customize/themes.mdx b/es/customize/themes.mdx index 388c42264..19dab6ebb 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/fr/customize/themes.mdx b/fr/customize/themes.mdx index 05af93400..d8c1f00d8 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/zh/customize/themes.mdx b/zh/customize/themes.mdx index ccb5604fa..cb0e99fc7 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}