5505 fix icons
Updates #5505 Squashed commit of the following: commit 3d66b82808b9c3904bad8bb32f3927172bfdcda6 Author: Ildar Kamalov <ik@adguard.com> Date: Mon Mar 6 12:45:42 2023 +0300 fix icons commit 5030b45751e1717e5030eed0b46634f800d357d2 Author: Ildar Kamalov <ik@adguard.com> Date: Mon Mar 6 12:24:32 2023 +0300 client: fix chevron icon
This commit is contained in:
@@ -290,7 +290,7 @@ const ClientsTable = ({
|
||||
disabled={processingUpdating}
|
||||
title={t('edit_table_action')}
|
||||
>
|
||||
<svg className="icons">
|
||||
<svg className="icons icon12">
|
||||
<use xlinkHref="#edit" />
|
||||
</svg>
|
||||
</button>
|
||||
@@ -301,7 +301,7 @@ const ClientsTable = ({
|
||||
disabled={processingDeleting}
|
||||
title={t('delete_table_action')}
|
||||
>
|
||||
<svg className="icons">
|
||||
<svg className="icons icon12">
|
||||
<use xlinkHref="#delete" />
|
||||
</svg>
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user