Skip to content

Commit

Permalink
remove ButtonScrollToBottom
Browse files Browse the repository at this point in the history
  • Loading branch information
codeincontext committed Dec 3, 2024
1 parent 5ecb603 commit 31e11f9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 42 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React from "react";

import { Flex } from "@radix-ui/themes";

import { ButtonScrollToBottom } from "@/components/AppComponents/Chat/button-scroll-to-bottom";
import { useLessonChat } from "@/components/ContextProviders/ChatProvider";
import type { DemoContextProps } from "@/components/ContextProviders/Demo";

Expand Down Expand Up @@ -53,7 +52,6 @@ const ChatLeftHandSide = ({
<QuickActionButtons isEmptyScreen={!!messages.length} />
)}
</div>
<ButtonScrollToBottom />
<ChatPanel isDemoLocked={isDemoLocked} />
<span className="absolute right-0 top-[-70px] z-10 hidden h-[calc(100vh+100px)] w-3 bg-black sm:block" />
</Flex>
Expand Down

0 comments on commit 31e11f9

Please sign in to comment.