From 279d2cbd061875b701b4571ec0238705b01a3c93 Mon Sep 17 00:00:00 2001 From: lethemanh Date: Thu, 3 Jul 2025 11:14:22 +0700 Subject: [PATCH] fix: adjust store icon :bug: --- src/components/Common/ImportDropdown.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Common/ImportDropdown.jsx b/src/components/Common/ImportDropdown.jsx index b51a8f2d4..100d3d65b 100644 --- a/src/components/Common/ImportDropdown.jsx +++ b/src/components/Common/ImportDropdown.jsx @@ -2,11 +2,11 @@ import React, { useState, useRef } from 'react' import { useNavigate } from 'react-router-dom' import { useClient } from 'cozy-client' -import AppIcon from 'cozy-ui/transpiled/react/AppIcon' import AppLinker from 'cozy-ui/transpiled/react/AppLinker' import Button from 'cozy-ui/transpiled/react/Buttons' import Icon from 'cozy-ui/transpiled/react/Icon' import BottomIcon from 'cozy-ui/transpiled/react/Icons/Bottom' +import StoreIcon from 'cozy-ui/transpiled/react/Icons/Store' import TeamIcon from 'cozy-ui/transpiled/react/Icons/Team' import Link from 'cozy-ui/transpiled/react/Link' import ActionMenu, { @@ -50,7 +50,7 @@ const ImportDropdown = () => { {({ onClick, href }) => ( } + left={} onClick={onClick} >