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() {
</ArrowWrapper>
{recipient === null ? (
<LinkStyledButton id="add-recipient-button" onClick={() => onChangeRecipient('')}>
+ add recipient
+ add recipient (optional)
</LinkStyledButton>
) : null}
</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