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 Sep 23, 2024
1 parent 09ab86a commit 4d3b3c5
Showing 1 changed file with 1 addition and 1 deletion.
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 4d3b3c5

Please sign in to comment.