Skip to content

Conversation

@locadex-agent
Copy link
Contributor

@locadex-agent locadex-agent bot commented Feb 11, 2026

PR Opened by Locadex

This PR was automatically opened by Locadex to keep your Mintlify documentation up to date with the latest translations.


Note

Low Risk
Docs-only change affecting a single MDX element’s styling hook; low blast radius, with the main risk being unintended CSS/class application differences during rendering.

Overview
Fixes a single markup attribute in fr/customize/themes.mdx by changing the ThemeCard description <div> from className to class.

Written by Cursor Bugbot for commit 842709c. This will update automatically on new commits. Configure here.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

<label className="text-sm text-gray-500 dark:text-gray-400">« {value} »</label>
</div>
<div className="mt-1 prose-sm prose-gray mb-2 text-gray-500 dark:text-gray-400">{description}</div>
<div class="mt-1 prose-sm prose-gray mb-2 text-gray-500 dark:text-gray-400">{description}</div>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

JSX className incorrectly changed to HTML class

High Severity

The translation update changed className to class on the description div inside the ThemeCard JSX component. In JSX, class is not a valid attribute — className is required. This is the only element in the entire file using class while all 14 other elements correctly use className. This will cause the Tailwind styling (spacing, prose formatting, text color) to not be applied to the theme card description.

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant