Skip to content

Commit

Permalink
add jsdoc for provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustinMauroy committed Dec 23, 2024
1 parent 11a1aaa commit ea63199
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/site/components/Icons/PackageManager/Npm.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import type { FC, SVGProps } from 'react';

/**
* @see https://github.com/npm/logos/blob/master/npm%20square/n.svg
*/
const NpmIcon: FC<SVGProps<SVGSVGElement>> = props => (
<svg
width="800px"
Expand Down
3 changes: 3 additions & 0 deletions apps/site/components/Icons/PackageManager/Pnpm.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import type { FC, SVGProps } from 'react';

/**
* @see https://pnpm.io/logos
*/
const PnpmIcon: FC<SVGProps<SVGSVGElement>> = props => (
<svg
width="800px"
Expand Down

0 comments on commit ea63199

Please sign in to comment.