Skip to content

Commit

Permalink
feat: update imtoken logo (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvvvvv1vvvvvv authored Nov 27, 2024
1 parent d89cf9c commit c5e49db
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
Binary file removed public/assets/images/brand-logos/imtoken.jpg
Binary file not shown.
20 changes: 20 additions & 0 deletions public/assets/images/brand-logos/imtoken.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 src/components/SigningMode.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const SigningModes = () => {
{ name: "MPCVault", icon: "/assets/images/brand-logos/mpcvault.svg" },
];
const mobileWallets = [
{ name: "imToken", icon: "/assets/images/brand-logos/imtoken.jpg" },
{ name: "imToken", icon: "/assets/images/brand-logos/imtoken.svg" },
{ name: "Math Wallet", icon: "/assets/images/brand-logos/math.jpg" },
{
name: "Token Pocket",
Expand Down

0 comments on commit c5e49db

Please sign in to comment.