Skip to content

Commit

Permalink
update right-banner
Browse files Browse the repository at this point in the history
Signed-off-by: ryjiang <[email protected]>
  • Loading branch information
shanghaikid committed Nov 5, 2024
1 parent 9b7fc9a commit 1043c66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/card/advCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ export default function CloudAdvertisementCard(props: {

const { enTitle, enCtaLink } = useMemo(() => {
const manageMilvusTitle = t('advertise.titleA');
const tryCloudTitle = t('advertise.titleB');
const title = random > 0.5 ? manageMilvusTitle : tryCloudTitle;
const ctaLink = random > 0.5 ? MANAGE_MILVUS_CTA_LINK : CLOUD_UTM_CTA_LINK;
// const tryCloudTitle = t('advertise.titleB');
const title = manageMilvusTitle;
const ctaLink = MANAGE_MILVUS_CTA_LINK;
return {
enTitle: title,
enCtaLink: ctaLink,
Expand Down

0 comments on commit 1043c66

Please sign in to comment.