Skip to content

Commit

Permalink
ui: remove share icon
Browse files Browse the repository at this point in the history
  • Loading branch information
634750802 committed Jun 5, 2024
1 parent e46f3ca commit a07e71a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/chat/message-operations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Button } from '@/components/ui/button';
import { TooltipProvider } from '@/components/ui/tooltip';
import { cn } from '@/lib/utils';
import copy from 'copy-to-clipboard';
import { ClipboardCheckIcon, ClipboardIcon, MessageSquareHeartIcon, MessageSquarePlusIcon, RefreshCwIcon, ShareIcon } from 'lucide-react';
import { ClipboardCheckIcon, ClipboardIcon, MessageSquareHeartIcon, MessageSquarePlusIcon, RefreshCwIcon } from 'lucide-react';
import { useState } from 'react';

export function MessageOperations ({ group }: { group: ConversationMessageGroupProps }) {
Expand All @@ -19,10 +19,6 @@ export function MessageOperations ({ group }: { group: ConversationMessageGroupP
return (
<TooltipProvider>
<div className="flex items-center gap-2">
<Button size="sm" className="gap-1 text-xs px-2 py-1 h-max" variant="ghost">
<ShareIcon size="1em" />
Share
</Button>
<Button
size="sm"
className="gap-1 text-xs px-2 py-1 h-max"
Expand Down

0 comments on commit a07e71a

Please sign in to comment.