From c6c845082392141df17b5258b45b6add779d636a Mon Sep 17 00:00:00 2001 From: Jacob Bryant Date: Thu, 23 Mar 2023 08:50:43 -0400 Subject: [PATCH] remove collateral text, banner fix --- src/components/FooterInfo.tsx | 158 ++++++++++++------------- src/components/views/VaultPosition.tsx | 3 +- 2 files changed, 81 insertions(+), 80 deletions(-) diff --git a/src/components/FooterInfo.tsx b/src/components/FooterInfo.tsx index 1796596fc..7d9e098ee 100644 --- a/src/components/FooterInfo.tsx +++ b/src/components/FooterInfo.tsx @@ -27,92 +27,92 @@ const FooterInfo = () => { return ( <> - - + + + {' '} + + + + App version: v{process.env.REACT_APP_VERSION} + + + + + Github}> + handleExternal('Github')} + > + + + + - - - - App version: v{process.env.REACT_APP_VERSION} - - - - - Github}> - handleExternal('Github')} - > - - - - + + Docs}> + handleExternal('Docs')} + > + + + + - - Docs}> - handleExternal('Docs')} - > - - - - + + Discord}> + handleExternal('Discord')} + > + + + + - - Discord}> - handleExternal('Discord')} - > - - - - + + Ts&Cs}> + handleExternal('Terms')} + > + + + + - - Ts&Cs}> - handleExternal('Terms')} - > - - - - + + Privacy}> + handleExternal('Privacy')} + > + + + + - - Privacy}> - handleExternal('Privacy')} - > - - - - + + Export Contract Addresses}> + exportContractAddresses()}> + + + + + - - Export Contract Addresses}> - exportContractAddresses()}> - - - - + - - - ); }; diff --git a/src/components/views/VaultPosition.tsx b/src/components/views/VaultPosition.tsx index 6c95c87e3..af09030b9 100644 --- a/src/components/views/VaultPosition.tsx +++ b/src/components/views/VaultPosition.tsx @@ -752,7 +752,8 @@ const VaultPosition = () => { {!removeCollatInput ? ( handleMaxAction(ActionCodes.REMOVE_COLLATERAL)}> - Remove all collateral ({cleanValue(maxRemovableCollateral, 6)} {vaultIlk?.displaySymbol!}) + Remove excess collateral ({cleanValue(maxRemovableCollateral, 6)}{' '} + {vaultIlk?.displaySymbol!}) ) : (