Skip to content

Commit

Permalink
Update copy on basename web for talentpassport + deprecate frame sugg…
Browse files Browse the repository at this point in the history
…estion
  • Loading branch information
omkarb committed Feb 10, 2025
1 parent b1469f9 commit 3742da0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,28 +188,6 @@ export default function FrameBuilder() {
</Button>
</div>
</SuggestionCard>
<SuggestionCard
handleTriggerClick={() =>
logEventWithContext('basename_profile_frame_nominate_opened', ActionType.click)
}
imgData={starActive as StaticImageData}
title="Nominate me"
description="Get nominated with build.top"
>
<div className="flex flex-row items-center justify-between gap-4">
<p className="text-sm text-palette-foreground">
Let others nominate you as a builder using your Basename address.
</p>
<Button
rounded
variant={ButtonVariants.Black}
size={ButtonSizes.Tiny}
onClick={handleBuildTopClick}
>
Show preview
</Button>
</div>
</SuggestionCard>
<SuggestionCard
handleTriggerClick={() =>
logEventWithContext('basename_profile_frame_buy_opened', ActionType.click)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const DISCOUNT_ITEMS: DiscountItem[] = [
alt: 'icon of talent protocol',
label: 'Builder score 50+',
tooltipContent:
'Available for anyone with an onchain builder score 50+. Go to passport.talentprotocol.com to mint yours.',
'Available for anyone with a 50+ Builder Score minted onchain. Go to app.talentprotocol.com to get yours.',
},
{
discount: Discount.SUMMER_PASS_LVL_3,
Expand Down

0 comments on commit 3742da0

Please sign in to comment.