Skip to content

Commit

Permalink
fix: switch npm.anvaka.com to npmgraph.js.org (#1035)
Browse files Browse the repository at this point in the history
This project is actively maintained so more likely to get a size feature
to land.

### Related
- anvaka/npmgraph.an#27
- npmgraph/npmgraph#132
  • Loading branch information
styfle authored Apr 15, 2024
1 parent 5a90f41 commit 7f57667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/LinkedLogos.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ export default (props: Props) => {
title="graph"
href={
isLatest
? `https://npm.anvaka.com/#/view/2d/${escape(escape(name))}`
: `https://npm.anvaka.com/#/view/2d/${escape(escape(name))}/${version}`
? `https://npmgraph.js.org/?q=${name}`
: `https://npmgraph.js.org/?q=${name}@${version}`
}
/>
</>
Expand Down

0 comments on commit 7f57667

Please # to comment.