diff --git a/frontend/index.html b/frontend/index.html index 5af1721b3..30faadc95 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -5,7 +5,7 @@ - DocsGPT 🦖 + DocsGPT diff --git a/frontend/src/assets/UserIcon.png b/frontend/src/assets/UserIcon.png new file mode 100644 index 000000000..15d8e0f61 Binary files /dev/null and b/frontend/src/assets/UserIcon.png differ diff --git a/frontend/src/conversation/Conversation.tsx b/frontend/src/conversation/Conversation.tsx index a8326da71..5379a9949 100644 --- a/frontend/src/conversation/Conversation.tsx +++ b/frontend/src/conversation/Conversation.tsx @@ -214,7 +214,7 @@ export default function Conversation() { }; }, []); return ( -
+
{conversationId && queries.length > 0 && (
{' '} @@ -263,7 +263,7 @@ export default function Conversation() { ref={conversationRef} onWheel={handleUserInterruption} onTouchMove={handleUserInterruption} - className="flex justify-center w-full overflow-y-auto h-screen sm:mt-12" + className="flex justify-center w-full overflow-y-auto h-screen sm:mt-12 " > {queries.length > 0 && !hasScrolledToLast && (