Skip to content

Commit

Permalink
Merge pull request #268 from Propy/dev
Browse files Browse the repository at this point in the history
dev -> main
  • Loading branch information
JayWelsh authored Oct 11, 2024
2 parents 8a4619d + c675c93 commit 6f4708b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions src/components/ReserveAnAddressHomeBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,13 @@ const ReserveAnAddressHomeBanner = (props: PropsFromRedux) => {
<LinkWrapper link={MINT_AN_ADDRESS_LINK} external={true}>
<CardActionArea className={classes.actionArea}>
<div className={classes.tierIconContainer}>
<img src={RaTier1Icon} className={classes.tierIcon} alt="Tier 1 NFT" />
<img src={RaTier1Icon} className={classes.tierIcon} alt="Tier 1 Address Onchain" />
</div>
<Typography variant="h4" className={classes.cardTitle}>
Tier 1
</Typography>
<Typography variant="h5" className={classes.cardSubtitle}>
Mint Address
Address Onchain
</Typography>
<Typography variant="subtitle1" className={classes.cardDescription}>
Create an onchain token which symbolically represents the chosen address
Expand All @@ -153,13 +153,13 @@ const ReserveAnAddressHomeBanner = (props: PropsFromRedux) => {
<LinkWrapper link={MINT_AN_ADDRESS_LINK} external={true}>
<CardActionArea className={classes.actionArea}>
<div className={classes.tierIconContainer}>
<img src={RaTier2Icon} className={classes.tierIcon} alt="Tier 2 NFT" />
<img src={RaTier2Icon} className={classes.tierIcon} alt="Tier 2 Deed Onchain" />
</div>
<Typography variant="h4" className={classes.cardTitle}>
Tier 2
</Typography>
<Typography variant="h5" className={classes.cardSubtitle}>
Deed NFT
Deed Onchain
</Typography>
<Typography variant="subtitle1" className={classes.cardDescription}>
Have your deed record uploaded to IPFS and associated with your NFT
Expand All @@ -176,16 +176,16 @@ const ReserveAnAddressHomeBanner = (props: PropsFromRedux) => {
<LinkWrapper link={MINT_AN_ADDRESS_LINK} external={true}>
<CardActionArea className={classes.actionArea}>
<div className={classes.tierIconContainer}>
<img src={RaTier3Icon} className={classes.tierIcon} alt="Tier 3 NFT" />
<img src={RaTier3Icon} className={classes.tierIcon} alt="Tier 3 Asset Onchain" />
</div>
<Typography variant="h4" className={classes.cardTitle}>
Tier 3
</Typography>
<Typography variant="h5" className={classes.cardSubtitle}>
RWA NFT
Asset Onchain
</Typography>
<Typography variant="subtitle1" className={classes.cardDescription}>
Speed up the buying & selling process, potentially use NFT as onchain collateral
Speed up the buying & selling process, potentially use asset as onchain collateral
</Typography>
<Button variant="outlined" color="secondary">
2000 PRO
Expand Down
2 changes: 1 addition & 1 deletion src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const COLLECTIONS_ENTRIES_PROD : ICollectionEntry[] = [
{
network: "base",
address: "0xa239b9b3E00637F29f6c7C416ac95127290b950E",
optimisticTitle: "PropyKeys Addresses",
optimisticTitle: "Onchain Addresses",
slug: "propykeys",
collectionType: "NFT",
},
Expand Down

0 comments on commit 6f4708b

Please sign in to comment.