@ludo.ninja/components 2.3.32 → 2.3.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -253,7 +253,7 @@ const OpportunityCard = ({ opportunity, toolsForRemove, }) => {
|
|
|
253
253
|
const isProd = (0, env_1.useEnvStore)((state) => state.isProd);
|
|
254
254
|
const opportunityLink = opportunity.opportunityType === "TOKEN_AIRDROP"
|
|
255
255
|
? // ? `${ludoDomains[NEXT_PUBLIC_ENV_VALUE as TEnvValue]["app"]}/brand/${opportunity.opportunityId}`
|
|
256
|
-
`${ludoDomains_1.ludoDomains[NEXT_PUBLIC_ENV_VALUE]["welcome"]}/${opportunity.projectSlug === "tico" ? "funtico" : opportunity.projectSlug}` || ""
|
|
256
|
+
`${ludoDomains_1.ludoDomains[NEXT_PUBLIC_ENV_VALUE]["welcome"]}/o/${opportunity.projectSlug === "tico" ? "funtico" : opportunity.projectSlug}/my_wallets` || ""
|
|
257
257
|
: opportunity.projectUrl || opportunity.shareLink || "";
|
|
258
258
|
const isShowParticipantsCount = typeof opportunity.availablePlacesForAirdrop === "number" && typeof opportunity.participantsLimit === "number";
|
|
259
259
|
const isAirdrop = opportunity.opportunityType === schema_1.IOpportunityType.TokenAirdrop;
|