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} ) : (