diff --git a/website/src/components/PackageManagers.tsx b/website/src/components/PackageManagers.tsx index d8a1743f9..868b61e67 100644 --- a/website/src/components/PackageManagers.tsx +++ b/website/src/components/PackageManagers.tsx @@ -23,7 +23,7 @@ const PackageManagers = (): React.ReactElement => ( loading="lazy" alt="Yarn logo" className={styles['packageManagers--logo']} - src={useBaseUrl('/img/sponsors/yarn.png')} + src={useBaseUrl('/img/sponsors/yarn.svg')} /> diff --git a/website/static/img/sponsors/pnpm.svg b/website/static/img/sponsors/pnpm.svg new file mode 100644 index 000000000..869d98fb4 --- /dev/null +++ b/website/static/img/sponsors/pnpm.svg @@ -0,0 +1,9 @@ + + +pnpm \ No newline at end of file diff --git a/website/static/img/sponsors/yarn.svg b/website/static/img/sponsors/yarn.svg new file mode 100644 index 000000000..deda3ba00 --- /dev/null +++ b/website/static/img/sponsors/yarn.svg @@ -0,0 +1 @@ + \ No newline at end of file