🎨 a11y: Update Model Spec Description Text (#6294)

This commit is contained in:
Marco Beretta 2025-03-11 18:18:27 +01:00 committed by GitHub
parent ded3cd8876
commit cbd5bd2405
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -75,7 +75,7 @@ const MenuItem: FC<MenuItemProps> = ({
{showIconInMenu && <SpecIcon currentSpec={spec} endpointsConfig={endpointsConfig} />} {showIconInMenu && <SpecIcon currentSpec={spec} endpointsConfig={endpointsConfig} />}
<div> <div>
{title} {title}
<div className="text-token-text-tertiary">{description}</div> <div className="text-text-secondary">{description}</div>
</div> </div>
</div> </div>
</div> </div>