chat / client /src /components /Chat /Input /ActiveSetting.tsx
Zhitomir's picture
chat init
aa2e6af
Raw
History Blame Contribute Delete
294 Bytes
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>
);
}