Skip to content

Commit

Permalink
Update Swap.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayly authored Jan 15, 2024
1 parent babba60 commit 3041737
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/pages/swap/Swap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -226,17 +226,7 @@ const USDCToSqt = () => {

<div className="col-flex" style={{ justifyContent: 'flex-start' }}>
<SubqlTypography type="secondary">
Only participants that have been KYC’d and whitelisted can participate in the SubQuery Kepler Swap.
You can see a list of all existing whitelisted participants{' '}
<a
href="https://docs.google.com/spreadsheets/d/1Y01iu2M6fq5bat38efj2glvmXVo7W3Z2gYHHTmbES3Q/edit?usp=sharing"
target="_blank"
style={{ textDecoration: 'underline', color: 'var(--sq-gray600)' }}
rel="noreferrer"
>
here
</a>
.
Only participants that have been KYC’d and whitelisted can participate in the SubQuery Kepler Swap. You check if your account has been KYC'd and whitelisted, please enter /kepler-ksqt-swap-kyc <your_wallet_address> in the #kepler-swap-support channel in our Discord.

Check failure on line 229 in src/pages/swap/Swap.tsx

View workflow job for this annotation

GitHub Actions / build

JSX element 'your_wallet_address' has no corresponding closing tag.
</SubqlTypography>
<SubqlTypography type="secondary" style={{ marginTop: 20 }}>
If you’re new here, check out{' '}
Expand Down

0 comments on commit 3041737

Please sign in to comment.