diff --git a/es/index.mdx b/es/index.mdx index 7b82cf210..61a136d2a 100644 --- a/es/index.mdx +++ b/es/index.mdx @@ -203,11 +203,7 @@ export const ContentSwitcher = () => { {showGoal && ( <> - {CONTENT_MODE === 'stacked' && ( -
-

Explore by goal

-
- )} +
{ const darkFilename = darkFilenameProp || (filename ? filename.replace('-light.', '-dark.') : null); - const cardClassName = "block p-4 rounded-lg no-underline bg-[#f9f9f9] dark:bg-[#1b1b18] border border-[#e5e7eb] dark:border-[#3c3c3c]"; + const cardClassName = "ch-hero-card block p-4 rounded-lg no-underline bg-[#f9f9f9] border border-[#e5e7eb]"; const content = ( <> @@ -85,28 +84,34 @@ export const HeroCard = ({ filename, darkFilename: darkFilenameProp, title, desc )}

{title}

- {description} {links && links.length > 0 && (