Skip to content

Commit

Permalink
feat: add sizing to query string of npmgraph (#1042)
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle authored Apr 19, 2024
1 parent 44b5f97 commit b411c5d
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://npmgraph.js.org/?q=${name}`
: `https://npmgraph.js.org/?q=${name}@${version}`
? `https://npmgraph.js.org/?q=${name}#sizing`
: `https://npmgraph.js.org/?q=${name}@${version}#sizing`
}
/>
</>
Expand Down

0 comments on commit b411c5d

Please sign in to comment.