Skip to content

Commit

Permalink
ui: fix ibc route (#1946)
Browse files Browse the repository at this point in the history
* fix ibc route

* changeset
  • Loading branch information
TalDerei authored Dec 12, 2024
1 parent 39a9fd9 commit 4b82524
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/smooth-radios-turn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'minifront': minor
---

updates the IBC route from /ibc to /deposit/skip
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default function AssetsTable() {
<div className='mt-5 flex flex-col items-center gap-6'>
<p>
No balances found. Try shielding funds via{' '}
<Link to='/ibc' style={{ color: '#aaaaff' }}>
<Link to='/deposit/skip' style={{ color: '#aaaaff' }}>
shield page
</Link>{' '}
or{' '}
Expand Down

0 comments on commit 4b82524

Please sign in to comment.