Skip to content

Commit

Permalink
fix: default icon stacks png
Browse files Browse the repository at this point in the history
  • Loading branch information
fbwoolf authored and kyranjamie committed Nov 1, 2023
1 parent 92aa04c commit eff18bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const prodManifest = {
name,
icons: generateImageAssetUrlsWithSuffix(PREVIEW_RELEASE ? '-preview' : ''),
action: {
default_icon: `assets/connect-logo/Stacks128w${PREVIEW_RELEASE ? '-preview' : ''}.png`,
default_icon: `assets/icons/leather-icon-128${PREVIEW_RELEASE ? '-preview' : ''}.png`,
},
};

Expand Down

0 comments on commit eff18bf

Please sign in to comment.