Skip to content

Commit 418898d

Browse files
fix partner link (#209)
1 parent 537ea7a commit 418898d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/TokenBalance/TokenBalanceCardWrapper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ export const GovernanceTokenSwap = () => {
211211
className="relative -bottom-[18px] -right-[15px] rounded-none border-0"
212212
onClick={() => {
213213
window.open(
214-
`https://cabana.exchange/swap/${USDC_MINT.toBase58()}-${communityMint.toString()}?daoRef=realms`,
214+
`https://cabana.exchange/swap/${USDC_MINT.toBase58()}-${communityMint.toString()}?partner=realms`,
215215
'_blank',
216216
)
217217
}}

0 commit comments

Comments
 (0)