Skip to content

Commit

Permalink
chore: fix metadata icon (#2685)
Browse files Browse the repository at this point in the history
Co-authored-by: Enes <[email protected]>
  • Loading branch information
chris13524 and enesozturk authored Aug 12, 2024
1 parent d0765e4 commit af4e05e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added apps/laboratory/public/metadata-icon.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 apps/laboratory/public/metadata-icon.svg
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 apps/laboratory/src/utils/ConstantsUtil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const ConstantsUtil = {
name: 'AppKit Lab',
description: 'Laboratory environment for AppKit testing',
url: getPublicUrl(),
icons: [`${getPublicUrl()}/metadata-icon.svg`],
icons: [`${getPublicUrl()}/metadata-icon.png`],
verifyUrl: ''
},
CustomWallets: [
Expand Down

0 comments on commit af4e05e

Please sign in to comment.