Skip to content

Commit

Permalink
fix:change title name (#2)
Browse files Browse the repository at this point in the history
Updated branding from nodes to client
  • Loading branch information
KcPele committed Aug 5, 2024
1 parent 647beac commit d0c5c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Home: NextPage = () => {
<div className="flex items-center flex-col flex-grow pt-10">
<div className="px-5">
<h1 className="text-center">
<span className="block text-4xl font-bold">🌐 BuidlGuidl Nodes 📡</span>
<span className="block text-4xl font-bold">🌐 BuidlGuidl Client 📡</span>
<span className="block text-2xl mt-4">run an ethereum node in one command</span>
<span className="block text-2xl mb-2 mt-8">mac/linux:</span>
<pre className="bg-black text-white p-8 rounded">
Expand Down

0 comments on commit d0c5c78

Please sign in to comment.