Commit a4aef027 authored by Moody Salem's avatar Moody Salem

nit(swap): add "(optional)" to add recipient button

parent c2671604
...@@ -295,7 +295,7 @@ export default function Swap() { ...@@ -295,7 +295,7 @@ export default function Swap() {
</ArrowWrapper> </ArrowWrapper>
{recipient === null ? ( {recipient === null ? (
<LinkStyledButton id="add-recipient-button" onClick={() => onChangeRecipient('')}> <LinkStyledButton id="add-recipient-button" onClick={() => onChangeRecipient('')}>
+ add recipient + add recipient (optional)
</LinkStyledButton> </LinkStyledButton>
) : null} ) : null}
</AutoRow> </AutoRow>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment