Skip to content

Commit

Permalink
86dtf354y - Neon3 - Portifolio - All connections Title bar - Copy and…
Browse files Browse the repository at this point in the history
… line moves vertically
  • Loading branch information
ricardoak25 committed May 7, 2024
1 parent c437530 commit 8809e28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/src/routes/pages/Portfolio/Connections/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ export const PortfolioConnectionsPage = () => {
'bg-gray-800 rounded shadow-lg': !address,
})}
>
<div className="flex justify-between items-center text-sm mb-3 max-h-[1.75rem] h-full">
<p className="text-white text-sm">{t('title')}</p>
<div className="flex justify-between text-sm mb-3">
<p className="text-white">{t('title')}</p>

<span className="text-gray-300">
{t('walletsAndAccounts', { wallets: wallets.length, accounts: accounts.length })}
Expand Down

0 comments on commit 8809e28

Please sign in to comment.