From a146e80ddc7dd9515a1382362820745d8ff07e55 Mon Sep 17 00:00:00 2001 From: jdevcs Date: Thu, 30 Jan 2025 15:22:36 +0100 Subject: [PATCH 1/5] top banner update --- src/components/Banner.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/Banner.tsx b/src/components/Banner.tsx index abe9f7b..af1823d 100644 --- a/src/components/Banner.tsx +++ b/src/components/Banner.tsx @@ -1,12 +1,12 @@ -import { docsUrl } from "./urls" + export default function Banner() { return (

- v4 is here! {" "} - - Read all about it + Web3.js libraries are being sunset on March 4th, 2025. For migration guides and more details please refer to + + Chainsafe blog

From 88339a91d0157d4d2f55be96b0e028ab23d47433 Mon Sep 17 00:00:00 2001 From: jdevcs Date: Thu, 30 Jan 2025 15:30:40 +0100 Subject: [PATCH 2/5] Ambassadors update --- src/app/page.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5678f97..7f2a9f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,14 +1,12 @@ import Banner from "@/components/Banner"; import Footer from "@/components/Footer"; import Navbar from "@/components/Navbar"; -import Ambassadors from "@/components/sections/Ambassadors"; import Features from "@/components/sections/Features"; import Hero from "@/components/sections/Hero"; import LogoCloud from "@/components/sections/LogoCloud"; import Stats from "@/components/sections/Stats"; import Testimonials from "@/components/sections/Testimonials"; import ThreeSteps from "@/components/sections/ThreeSteps"; -import WhyBeAmbassador from "@/components/sections/WhyBeAmbassador"; import YouCan from "@/components/sections/YouCan"; export default function Home() { @@ -21,8 +19,6 @@ export default function Home() { - -
From c0435b8ef779f7fb09dd4aa32e84cade0460620b Mon Sep 17 00:00:00 2001 From: jdevcs Date: Thu, 30 Jan 2025 15:30:48 +0100 Subject: [PATCH 3/5] footer update --- src/components/Footer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 18ff5e3..e96cde4 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -54,7 +54,7 @@ export default function Footer() { alt='Web3js Logo' />

- Web3js - The longest-running web3 library. + Web3js

@@ -104,7 +104,7 @@ export default function Footer() {

- © {currentYear} Maintained with ❤️ by ChainSafe + © {currentYear}

From 26f37ec99945d7dbb9417ef4d35aeb040ed570ab Mon Sep 17 00:00:00 2001 From: jdevcs Date: Thu, 30 Jan 2025 15:30:57 +0100 Subject: [PATCH 4/5] stats update --- src/components/sections/Hero.tsx | 3 --- src/components/sections/Stats.tsx | 32 +------------------------------ 2 files changed, 1 insertion(+), 34 deletions(-) diff --git a/src/components/sections/Hero.tsx b/src/components/sections/Hero.tsx index f42ecdb..bce1626 100644 --- a/src/components/sections/Hero.tsx +++ b/src/components/sections/Hero.tsx @@ -13,9 +13,6 @@ export default function Hero() {
-
ChainSafe Logo, maintainer of web3js -

{" "} Maintained by ChainSafe

-
diff --git a/src/components/sections/Stats.tsx b/src/components/sections/Stats.tsx index 5717946..c990c6b 100644 --- a/src/components/sections/Stats.tsx +++ b/src/components/sections/Stats.tsx @@ -1,27 +1,4 @@ import SectionHeading from "../SectionHeading" - -const stats = [ - { - name: 'Monthly npm usage', - value: '2M', - }, - { - name: 'Monthly CDN requests', - value: '2M', - }, - { - name: 'Weekly downloads', - value: '500k', - }, - { - name: 'GitHub stars', - value: '19K', - }, - { - name: 'Dependent projects', - value: '3K+', - }, - ] export default function Stats() { return ( @@ -34,14 +11,7 @@ const stats = [ Web3.js was established in 2014, making it the oldest web3 library. With extensive documentation, an active community and modular design, Web3.js is powerful and easy-to-use.

-
- {stats.map((stat, index) => ( -
-

{stat.value}

-

{stat.name}

-
- ))} -
+ From 6e0e183e7c1205bd15752d9b3b8b7139de2e66c6 Mon Sep 17 00:00:00 2001 From: jdevcs Date: Thu, 30 Jan 2025 15:53:03 +0100 Subject: [PATCH 5/5] config update --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 14749f9..4163ded 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @sweetpea22 @web3/web3-js \ No newline at end of file +* @AlexeyKrasnoperov \ No newline at end of file