add redirects

This commit is contained in:
2026-05-29 15:12:22 +03:00
parent efbb94b43d
commit bdc8bd3d93
2 changed files with 56 additions and 7 deletions

View File

@@ -153,7 +153,11 @@ export function SwapForm() {
<SwapInfoPanel gasFee={gasFee} />
<PrimaryButton onClick={handleSwap} disabled={isButtonDisabled} />
<PrimaryButton
label={isSwapping || isFetchingTrxQuote ? 'Загрузка...' : undefined}
onClick={handleSwap}
disabled={isButtonDisabled}
/>
{modalData && (
<SwapConfirmModal