From 38ad36c1c5f3b3d241fb4ccf42b9572fd23b7285 Mon Sep 17 00:00:00 2001 From: Fuegovic <32828263+fuegovic@users.noreply.github.com> Date: Fri, 17 May 2024 14:16:02 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A4style:=20export=20button=20icon=20(?= =?UTF-8?q?#2752)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/components/Chat/ExportButton.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/Chat/ExportButton.tsx b/client/src/components/Chat/ExportButton.tsx index 48acd20ec2..1c06b6960e 100644 --- a/client/src/components/Chat/ExportButton.tsx +++ b/client/src/components/Chat/ExportButton.tsx @@ -3,7 +3,7 @@ import React from 'react'; import { useState } from 'react'; import { useLocation } from 'react-router-dom'; import type { TConversation } from 'librechat-data-provider'; -import { Download } from 'lucide-react'; +import { Upload } from 'lucide-react'; import { TooltipProvider, Tooltip, TooltipTrigger, TooltipContent } from '~/components/ui'; import { useLocalize } from '~/hooks'; import { ExportModal } from '../Nav'; @@ -50,7 +50,7 @@ function ExportButton() { onClick={clickHandler} >
- +