Skip to content

Commit 9a958b6

Browse files
authored
Merge pull request #11816 from ethereum/scaffold-eth
Update: Scaffold-ETH-2 product information
2 parents 87fbf03 + 965f6ff commit 9a958b6

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

public/dev-tools/scaffold-eth.png

-4.79 KB
Binary file not shown.

public/dev-tools/scaffoldeth.png

-22 Bytes
Loading

src/lib/api/ghRepoData.ts

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,12 @@ const frameworksList: Array<Framework> = [
8989
},
9090
{
9191
id: "scaffoldeth",
92-
url: "https://github.com/austintgriffith/scaffold-eth",
93-
githubUrl: "https://github.com/austintgriffith/scaffold-eth",
92+
url: "https://scaffoldeth.io/",
93+
githubUrl: "https://github.com/scaffold-eth/scaffold-eth-2",
9494
background: "#ffffff",
95-
name: "scaffold-eth",
96-
description:
97-
"page-developers-local-environment:page-local-environment-scaffold-eth-desc",
98-
alt: "page-developers-local-environment:page-local-environment-scaffold-eth-logo-alt",
95+
name: "Scaffold-ETH-2",
96+
description: "page-developers-local-environment:page-local-environment-scaffold-eth-desc",
97+
alt: "page-local-environment-scaffold-eth-logo-alt",
9998
image: ScaffoldEthImage,
10099
},
101100
{

0 commit comments

Comments
 (0)