mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-03 00:58:50 +01:00
9 lines
294 B
TypeScript
9 lines
294 B
TypeScript
|
|
export default function ActiveSetting() {
|
||
|
|
return (
|
||
|
|
<div className="text-token-text-tertiary space-x-2 overflow-hidden text-ellipsis text-sm font-light">
|
||
|
|
Talking to{' '}
|
||
|
|
<span className="text-token-text-secondary font-medium">[latest] Tailwind CSS GPT</span>
|
||
|
|
</div>
|
||
|
|
);
|
||
|
|
}
|