Skip to content

Commit

Permalink
Merge pull request #469 from zkLinkProtocol/fix-rename-default-png
Browse files Browse the repository at this point in the history
fix: default png
  • Loading branch information
xsteadybcgo authored Nov 10, 2024
2 parents b2b77c6 + 33beed4 commit 88f3680
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added assets/logos/magicLink.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/modules/action/action.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export class ActionService implements OnApplicationBootstrap {
const fileName = path.basename(file, path.extname(file));
return fileName === id;
});
metadata.logo = `${this.awsConfig.s3Url}/${this.awsConfig.keyPrefix}/logos/${logoWithExt ?? 'zklink.png'}`;
metadata.logo = `${this.awsConfig.s3Url}/${this.awsConfig.keyPrefix}/logos/${logoWithExt ?? 'magicLink.png'}`;
}

if (!metadata.magicLinkMetadata?.gallery) {
Expand Down

0 comments on commit 88f3680

Please sign in to comment.