From b77e97a9d2e62ed016c4f5493da377b28c6c0335 Mon Sep 17 00:00:00 2001 From: Joao Ramos Date: Wed, 13 Dec 2023 23:39:22 +0000 Subject: [PATCH] Changed icon used for replacing files --- src/components/PaymentAssetManager.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/PaymentAssetManager.tsx b/src/components/PaymentAssetManager.tsx index 25c66727..65516e9e 100644 --- a/src/components/PaymentAssetManager.tsx +++ b/src/components/PaymentAssetManager.tsx @@ -1,5 +1,5 @@ import React, { ChangeEvent } from "react"; -import { BsUpload, BsDownload, BsTrash, BsFilePdf } from "react-icons/bs"; +import { BsUpload, BsDownload, BsTrash, BsArrowRepeat } from "react-icons/bs"; import { FilesStorage } from "@/interfaces/storage.files"; import axios from "axios"; @@ -128,7 +128,7 @@ const PaymentAssetManager = (props: { return ( <> - fileInputReplaceRef.current?.click()} /> + fileInputReplaceRef.current?.click()} /> {renderFileInput( (e: Event) => handleFileChange(e, "patch"),