Skip to content

Commit

Permalink
set default icon
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-at-sri committed Aug 22, 2024
1 parent 17700a1 commit 358ec9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added src/assets/icons/default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/logics/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const getIcon: IconProvider = (label: string | undefined) => {
if (icon) {
return icon;
}
return null;
return require('../assets/icons/default.png');
}

export default getIcon;

0 comments on commit 358ec9f

Please sign in to comment.