Skip to content

Commit 4ba9f82

Browse files
authored
remove builder score from list (#2743)
1 parent 3f1c229 commit 4ba9f82

File tree

1 file changed

+0
-9
lines changed
  • apps/web/src/components/Basenames/RegistrationLearnMoreModal

1 file changed

+0
-9
lines changed

apps/web/src/components/Basenames/RegistrationLearnMoreModal/index.tsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import cbidVerification from './images/cbid-verification.svg';
1111
import BNSOwnership from './images/bns.jpg';
1212
import BaseNFT from './images/base-nft.svg';
1313
import DevconPNG from './images/devcon.png';
14-
import TalentProtocolIcon from './images/TalentProtocol.svg';
1514
import coinbaseOneVerification from './images/coinbase-one-verification.svg';
1615
import coinbaseVerification from './images/coinbase-verification.svg';
1716
import BaseWorldNFT from './images/base-around-the-world-nft.svg';
@@ -59,14 +58,6 @@ const DISCOUNT_ITEMS: DiscountItem[] = [
5958
label: 'Base buildathon participant',
6059
tooltipContent: 'Available for anyone holding a Base Buildathon participant NFT.',
6160
},
62-
{
63-
discount: Discount.TALENT_PROTOCOL,
64-
icon: TalentProtocolIcon as StaticImageData,
65-
alt: 'icon of talent protocol',
66-
label: 'Builder score 50+',
67-
tooltipContent:
68-
'Available for anyone with a 50+ Builder Score minted onchain. Go to app.talentprotocol.com to get yours.',
69-
},
7061
{
7162
discount: Discount.SUMMER_PASS_LVL_3,
7263
icon: summerPassLvl3 as StaticImageData,

0 commit comments

Comments
 (0)