Skip to content

Commit

Permalink
improve steps and title text
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPereira committed Jan 18, 2024
1 parent 1bd3e04 commit cab1dba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/nextjs/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ import BuidlGuidlIcon from "~~/public/bg-logo.svg";
const steps = [
{
number: 1,
text: <>Send a transaction to NFT contract to send a request to chainlink functions node</>,
text: (
<>Send a transaction to the NFT contract that emits an event which chainlink function nodes are listening for</>
),
},
{
number: 2,
Expand All @@ -27,7 +29,7 @@ const steps = [
},
{
number: 3,
text: <>Send a second transaction to NFT contract to mint a members only NFT</>,
text: <>Send a second transaction to the NFT contract to mint your OnlyBuidlors NFT</>,
},
];

Expand Down Expand Up @@ -189,9 +191,7 @@ const Home: NextPage = () => {
</div>
</div>

<div className="text-xl sm:text-2xl xl:text-3xl">
A dynamic SVG NFT collection for BuidlGuidl members only.
</div>
<div className="text-xl sm:text-2xl xl:text-3xl">A dynamic SVG NFT collection for the BuidlGuidl</div>
</div>

<div className="flex justify-center">
Expand Down

0 comments on commit cab1dba

Please sign in to comment.