Skip to content

Commit

Permalink
Add image icon
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikBolding committed Oct 4, 2023
1 parent 761c60a commit c9147f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/snaps-simulator/src/assets/icons/image.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion packages/snaps-simulator/src/components/Icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import errorTriangleIcon from '../assets/icons/error-triangle.svg';
import gitHubDarkIcon from '../assets/icons/github-dark.svg';
import gitHubIcon from '../assets/icons/github.svg';
import headingIcon from '../assets/icons/heading.svg';
import imageIcon from '../assets/icons/image.svg';
import insightsIcon from '../assets/icons/insights.svg';
import jsonRpcIcon from '../assets/icons/json-rpc.svg';
import manifestIcon from '../assets/icons/manifest.svg';
Expand Down Expand Up @@ -174,7 +175,7 @@ const DEFAULT_ICONS = {
},
image: {
alt: 'Image',
src: panelIcon,
src: imageIcon,
},
};

Expand Down

0 comments on commit c9147f3

Please sign in to comment.