From f934b641bb6d46c4f07a6f1c08e931fbec5aee0e Mon Sep 17 00:00:00 2001 From: Gigi Date: Wed, 15 Oct 2025 19:06:22 +0200 Subject: [PATCH] refactor: replace IconButton with plain icon for clear cache trash button --- src/components/Settings/PWASettings.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/components/Settings/PWASettings.tsx b/src/components/Settings/PWASettings.tsx index 6f1d7c6c..39bda999 100644 --- a/src/components/Settings/PWASettings.tsx +++ b/src/components/Settings/PWASettings.tsx @@ -6,7 +6,6 @@ import { usePWAInstall } from '../../hooks/usePWAInstall' import { useIsMobile } from '../../hooks/useMediaQuery' import { UserSettings } from '../../services/settingsService' import { getImageCacheStatsAsync, clearImageCache } from '../../services/imageCacheService' -import IconButton from '../IconButton' interface PWASettingsProps { settings: UserSettings @@ -111,12 +110,11 @@ const PWASettings: React.FC = ({ settings, onUpdate, onClose } /> MB used ) - )}