Skip to content

Commit

Permalink
change icon folder
Browse files Browse the repository at this point in the history
  • Loading branch information
isstuev committed Mar 19, 2024
1 parent 3378bab commit 976b4c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes
2 changes: 1 addition & 1 deletion ui/address/SolidityscanReport.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
// Probably because of the gradient
// 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 { SOLIDITYSCAN_REPORT } from 'stubs/contract';
import IconSvg from 'ui/shared/IconSvg';
Expand Down

0 comments on commit 976b4c7

Please sign in to comment.