chore: remove wallet code comments

This commit is contained in:
TerryM
2026-06-04 09:55:19 +08:00
parent f8369b6361
commit 355c920c80
7 changed files with 2 additions and 46 deletions

View File

@@ -8,11 +8,6 @@ const brands: Record<WalletKind, Brand> = {
imToken: { bg: "#11C4D1", label: "im" },
};
/**
* Lightweight brand badge for wallet buttons — a rounded square tinted with the
* wallet's brand color and its monogram. Keeps bundle small while making each
* wallet visually distinguishable.
*/
export function WalletBrandIcon({
kind,
size = 28,