-
}
- title={'Accounts'}
- subtitle={domainName ?? (address ? formatAddress(address) : '')}
- />
+
+
}
+ title={'Accounts'}
+ subtitle={domainName ?? (address ? formatAddress(address) : '')}
+ />
+ {explorerAddress && (
+
}
diff --git a/apps/wallet/src/ui/app/components/menu/content/MenuListItem.tsx b/apps/wallet/src/ui/app/components/menu/content/MenuListItem.tsx
index 4fcbec4134ad8..c28d55ea08733 100644
--- a/apps/wallet/src/ui/app/components/menu/content/MenuListItem.tsx
+++ b/apps/wallet/src/ui/app/components/menu/content/MenuListItem.tsx
@@ -52,7 +52,7 @@ function MenuListItem({
href={href}
target="_blank"
rel="noreferrer noopener"
- className="flex flex-nowrap items-center px-1 py-4.5 first:pt-3 last:pb-3 gap-5 no-underline overflow-hidden group cursor-pointer"
+ className="flex flex-nowrap items-center px-1 py-4.5 first:pt-3 first:pb-3 last:pb-3 gap-5 no-underline overflow-hidden group cursor-pointer"
>
{MenuItemContent}
@@ -61,7 +61,7 @@ function MenuListItem({
return (
diff --git a/apps/wallet/src/ui/app/components/sui-apps/SuiApp.tsx b/apps/wallet/src/ui/app/components/sui-apps/SuiApp.tsx
index 064024c0a992c..552235958daa0 100644
--- a/apps/wallet/src/ui/app/components/sui-apps/SuiApp.tsx
+++ b/apps/wallet/src/ui/app/components/sui-apps/SuiApp.tsx
@@ -63,11 +63,11 @@ function ListView({ name, icon, description, tags }: ListViewProp) {
{name}
-
+
{description}
{tags?.length && (
-