UI checks

This commit is contained in:
ManishMadan2882
2023-10-08 06:26:08 +05:30
parent 7ee3f10a81
commit 54fdd2da57
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
# Please put appropriate value
VITE_API_HOST=http://localhost:7091
VITE_API_HOST=http://0.0.0.0:7091
VITE_API_STREAMING=true

View File

@@ -148,7 +148,7 @@ const ConversationBubble = forwardRef<
}`}
>
<Copy
className={`cursor-pointer stroke-gray-4000 hover:fill-gray-4000`}
className={`mx-4 cursor-pointer stroke-gray-4000 hover:fill-gray-4000`}
onClick={() => copy(message)}
></Copy>
<Like