We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 537ea7a commit 418898dCopy full SHA for 418898d
components/TokenBalance/TokenBalanceCardWrapper.tsx
@@ -211,7 +211,7 @@ export const GovernanceTokenSwap = () => {
211
className="relative -bottom-[18px] -right-[15px] rounded-none border-0"
212
onClick={() => {
213
window.open(
214
- `https://cabana.exchange/swap/${USDC_MINT.toBase58()}-${communityMint.toString()}?daoRef=realms`,
+ `https://cabana.exchange/swap/${USDC_MINT.toBase58()}-${communityMint.toString()}?partner=realms`,
215
'_blank',
216
)
217
}}
0 commit comments