Skip to content

Commit

Permalink
Merge pull request #470 from zkLinkProtocol/dev
Browse files Browse the repository at this point in the history
sync branch
  • Loading branch information
xsteadybcgo authored Nov 10, 2024
2 parents 33914b1 + 88f3680 commit f4c2b87
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added assets/logos/buy-nft-okx.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 f4c2b87

Please sign in to comment.