From 077fdcd2587e814f16063a0b7decbc701b4b7195 Mon Sep 17 00:00:00 2001 From: Denis Shatskiy Date: Mon, 14 Jul 2025 10:57:59 +0700 Subject: [PATCH] refactor: Replace IconSave with IconDeviceFloppy in FilterManager for improved icon representation --- frontend/src/FilterManager.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/FilterManager.jsx b/frontend/src/FilterManager.jsx index 401d8a2..5e37d43 100644 --- a/frontend/src/FilterManager.jsx +++ b/frontend/src/FilterManager.jsx @@ -19,7 +19,7 @@ import { IconEye, IconServer, IconSettings, - IconSave + IconDeviceFloppy } from '@tabler/icons-react'; const API_URL = '/api'; @@ -659,7 +659,7 @@ function FilterManager() { className="btn btn-outline-success btn-sm" onClick={() => handleSaveServerConfig(server.id)} > - + Сохранить