Skip to content

Commit

Permalink
Merge pull request #58 from BuidlGuidl/austintgriffith-patch-1
Browse files Browse the repository at this point in the history
Update index.tsx
  • Loading branch information
ChangoMan authored Dec 6, 2024
2 parents e611653 + 57a05df commit 02bb65b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/nextjs/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -343,15 +343,14 @@ const Home: NextPage<{
<div className="md:flex flex-row flex-grow lg:border-y lg:border-l lg:border-r-0 border-x border-black">
<div className="flex flex-col justify-between items-start bg-[#FF66F9] p-7 pt-4">
<p className="lg:text-base text-sm font-mono pb-4">
A one line command to deploy and monitor an Ethereum Node, funded and maintained by BuidlGuidl
members.
Run a full Ethereum node with a single command! Opt in to our distributed RPC to power BG apps too!
</p>
<TrackedLink
id="BG-Nodes"
href="https://client.buidlguidl.com"
className="btn btn-md text-xs lg:text-base px-8 hover:opacity-100 font-mono bg-white text-black border-black rounded-none hover:bg-[#4AF361] hover:border-black"
>
Go to site
Run a BG client
</TrackedLink>
</div>
<div className="hidden sm:flex flex-col items-center bg-[#4AF361] p-3 min-w-[200px] md:border-l border-t md:border-t-0 border-black">
Expand Down

0 comments on commit 02bb65b

Please sign in to comment.