refactor: Replace IconSave with IconDeviceFloppy in FilterManager for improved icon representation
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m52s
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m52s
This commit is contained in:
@@ -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)}
|
||||
>
|
||||
<IconSave className="me-1" />
|
||||
<IconDeviceFloppy className="me-1" />
|
||||
Сохранить
|
||||
</button>
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user