From 06a6c7a717222c0d00d415102030a36e53e62b0c Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Tue, 31 Oct 2023 11:48:30 -0500 Subject: [PATCH] Tweak upload icon --- src/components/ImageInput.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/ImageInput.tsx b/src/components/ImageInput.tsx index f3b2c70f..b0fb7a66 100644 --- a/src/components/ImageInput.tsx +++ b/src/components/ImageInput.tsx @@ -6,7 +6,7 @@ import { CopyExif } from '@/lib/CopyExif'; import { cc } from '@/utility/css'; import Spinner from './Spinner'; import { ACCEPTED_PHOTO_FILE_TYPES } from '@/photo'; -import { FiUploadCloud } from 'react-icons/fi'; +import { TbCloudUpload } from 'react-icons/tb'; const INPUT_ID = 'file'; @@ -49,10 +49,10 @@ export default function ImageInput({ > {loading - ? - : + : } Upload Photo