From 167b9cfa4263447adbc904c4eed523ca38316a11 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Tue, 10 Sep 2024 11:55:26 +0530 Subject: [PATCH] Icon --- web/apps/photos/src/pages/gallery.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/web/apps/photos/src/pages/gallery.tsx b/web/apps/photos/src/pages/gallery.tsx index 6cb8f0ddd1..37ad4a78f4 100644 --- a/web/apps/photos/src/pages/gallery.tsx +++ b/web/apps/photos/src/pages/gallery.tsx @@ -1307,18 +1307,20 @@ export const UploadButton: React.FC = ( const disabled = !uploadManager.shouldAllowNewUpload(); const isMobileWidth = useIsMobileWidth(); + const icon = ; + return ( {isMobileWidth ? ( - {} + {icon} ) : (