mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +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} />}
|
{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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue