Commit 976b4c77 authored by isstuev's avatar isstuev

change icon folder

parent 3378babe
...@@ -22,7 +22,7 @@ import type { SolidityscanReport as TSolidityscanReport } from 'types/api/contra ...@@ -22,7 +22,7 @@ import type { SolidityscanReport as TSolidityscanReport } from 'types/api/contra
// This icon doesn't work properly when it is in the sprite // This icon doesn't work properly when it is in the sprite
// Probably because of the gradient // Probably because of the gradient
// eslint-disable-next-line no-restricted-imports // eslint-disable-next-line no-restricted-imports
import solidityScanIcon from 'icons/solidity_scan.svg'; import solidityScanIcon from 'icons/brands/solidity_scan.svg';
import useApiQuery from 'lib/api/useApiQuery'; import useApiQuery from 'lib/api/useApiQuery';
import { SOLIDITYSCAN_REPORT } from 'stubs/contract'; import { SOLIDITYSCAN_REPORT } from 'stubs/contract';
import IconSvg from 'ui/shared/IconSvg'; import IconSvg from 'ui/shared/IconSvg';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment