moving redeem all functionality to stake form. Getting rid of unstake basket tab

This commit is contained in:
2025-11-11 14:41:52 -04:00
parent 9795d03493
commit 6e5eca7543
4 changed files with 213 additions and 430 deletions

View File

@@ -38,7 +38,6 @@ export function Header() {
{ href: '/', label: 'Swap' },
{ href: '/stake', label: 'Stake' },
{ href: '/unstake', label: 'Unstake' },
{ href: '/unstake-basket', label: 'Unstake Basket' },
{ href: '/about', label: 'About' },
];