Skip to content

Commit

Permalink
Ecosystem: remove nervosscan, add nervdao (#464)
Browse files Browse the repository at this point in the history
* remove nervosscan(service is out of operation due to the server costs), add nervdao

* fix: ecosystem, optimized banner-nervape.svg, reducing its size from 36.2MB to 322KB, resulting in faster loading times.
  • Loading branch information
yixyxiu authored Oct 6, 2024
1 parent b77044b commit 72ea5a9
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 12 deletions.
20 changes: 11 additions & 9 deletions website/docs/ecosystem/EcoCardContents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -225,14 +225,6 @@ const ecoCardContents: EcoCardProps[] = [
},
],
},
{
title: "Nervos Scan",
description: "A CKB Explorer produced with love by 7774.bit",
href: "https://nervosscan.com/",
bannerSrc: "nervosscan",
tags: ["Explorer"],
links: [{ label: "website", link: "https://nervosscan.com/" }],
},
{
title: "Neuron",
description:
Expand All @@ -247,7 +239,17 @@ const ecoCardContents: EcoCardProps[] = [
},
],
},

{
title: "NervDAO",
description: "A Universal Wallet-Interfaced Nervos DAO Portal",
href: "https://www.nervdao.com/",
bannerSrc: "nervdao",
tags: ["DApp"],
links: [
{ label: "website", link: "https://www.nervdao.com/" },
{ label: "github", link: "https://github.com/ckb-ecofund/nervdao" },
],
},
{
title: "CKBull",
description:
Expand Down
6 changes: 3 additions & 3 deletions website/static/svg/banner-nervape.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions website/static/svg/banner-nervdao.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 72ea5a9

Please sign in to comment.