fix: implemented Raffas feedback (#465)
This commit is contained in:
parent
2a06d896ca
commit
8cf3eec143
@ -9,8 +9,8 @@ export default function LendIntro() {
|
||||
text={
|
||||
<>
|
||||
By <span className='text-white'>Lending</span> your assets, you'll earn attractive
|
||||
interest (APY) without impacting your LTV. It's a win-win situation - don't miss
|
||||
out on this easy opportunity to grow your holdings!
|
||||
interest (APY) without impacting your loan to value (LTV). It's a win-win situation -
|
||||
don't miss out on this easy opportunity to grow your holdings!
|
||||
</>
|
||||
}
|
||||
>
|
||||
|
@ -251,9 +251,9 @@ export default function SettingsModal() {
|
||||
label='Tutorial'
|
||||
description={
|
||||
<Text size='xs' className='text-white/50'>
|
||||
Show tutorial elements in the UI. Like the{' '}
|
||||
Show tutorial elements in the UI. Like the page info boxes or{' '}
|
||||
<TextLink
|
||||
title='Get Started Modal'
|
||||
title='Get Started'
|
||||
color='secondary'
|
||||
textSize='extraSmall'
|
||||
className='leading-4 text-white hover:underline'
|
||||
@ -261,7 +261,7 @@ export default function SettingsModal() {
|
||||
useStore.setState({ settingsModal: false, getStartedModal: true })
|
||||
}}
|
||||
>
|
||||
Get Started Modal.
|
||||
Get Started.
|
||||
</TextLink>
|
||||
</Text>
|
||||
}
|
||||
|
@ -28,7 +28,7 @@ export default function SwitchAutoLend(props: Props) {
|
||||
label='Lend assets to earn yield'
|
||||
value={props.value !== undefined ? props.value : isAutoLendEnabled}
|
||||
onChange={handleToggle}
|
||||
tooltip={`Fund your account and lend assets effortlessly! By lending, you'll earn attractive interest (APY) without impacting your LTV. It's a win-win situation - don't miss out on this easy opportunity to grow your holdings!`}
|
||||
tooltip={`Fund your account and lend assets effortlessly! By lending, you'll earn attractive interest (APY) without impacting your loan to value (LTV). It's a win-win situation - don't miss out on this easy opportunity to grow your holdings!`}
|
||||
/>
|
||||
</div>
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user