Skip to content

Commit

Permalink
Update no-balance msg (#1862)
Browse files Browse the repository at this point in the history
  • Loading branch information
grod220 authored Oct 17, 2024
1 parent b404348 commit 79ee214
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,13 @@ export default function AssetsTable() {
return (
<div className='mt-5 flex flex-col items-center gap-6'>
<p>
No balances found.{' '}
No balances found. Try shielding funds via{' '}
<Link to='/ibc' style={{ color: '#aaaaff' }}>
Try shielding funds
shield page
</Link>{' '}
or{' '}
<Link to='https://go.skip.build' style={{ color: '#aaaaff' }} target='_blank'>
go.skip.build
</Link>
.
</p>
Expand Down

0 comments on commit 79ee214

Please sign in to comment.