Add blinking typing cursing (#619)
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { IconRobot } from '@tabler/icons-react';
|
||||
import { IconDots } from '@tabler/icons-react';
|
||||
import { FC } from 'react';
|
||||
|
||||
interface Props { }
|
||||
@@ -14,7 +13,7 @@ export const ChatLoader: FC<Props> = () => {
|
||||
<div className="min-w-[40px] items-end">
|
||||
<IconRobot size={30} />
|
||||
</div>
|
||||
<IconDots className="animate-pulse" />
|
||||
<span className="animate-pulse cursor-default mt-1">▍</span>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user