Skip to content

Commit

Permalink
Add maintained
Browse files Browse the repository at this point in the history
  • Loading branch information
sweetpea22 committed Jul 7, 2024
1 parent bacbc81 commit 1de86dd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Binary file added public/cs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ export default function Home() {
<Navbar />
<Hero />
<LogoCloud />
<Stats />
<YouCan />
<ThreeSteps />
<Features />
<Stats />
<Ambassadors />
<WhyBeAmbassador />
<ThreeSteps />
<Testimonials />
<Footer />
</>
Expand Down
5 changes: 4 additions & 1 deletion src/components/sections/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ export default function Hero() {
Build dApps on any EVM Chain with TypeScript Libraries
</SectionHeading>
<div>
<Button className='text-white py-4 px-8' type="primary" href="https://www.npmjs.com/package/web3">Download on npm</Button>
<Button className='text-white py-4 px-8' type="primary" href="https://www.npmjs.com/package/web3">npm i web3</Button>
<div className='mt-6 px-2 flex flex-row align-center gap-x-2'><img className='h-5 w-5' src="/cs.png" alt="ChainSafe Logo, maintainer of web3js"/>
<p className='text-md text-gray-300'>{" "} Maintained by ChainSafe</p>
</div>
</div>
</div>
<div className='flex flex-col w-full pt-8 lg:pt-0'>
Expand Down

0 comments on commit 1de86dd

Please sign in to comment.