mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
🎨 a11y: Update Model Spec Description Text (#6294)
This commit is contained in:
parent
ded3cd8876
commit
cbd5bd2405
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ const MenuItem: FC<MenuItemProps> = ({
|
|||
{showIconInMenu && <SpecIcon currentSpec={spec} endpointsConfig={endpointsConfig} />}
|
||||
<div>
|
||||
{title}
|
||||
<div className="text-token-text-tertiary">{description}</div>
|
||||
<div className="text-text-secondary">{description}</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue