From c9e7c141e89ffb15117c6d64a8142252f369f1c8 Mon Sep 17 00:00:00 2001 From: Marc Bernard <59966492+mbtools@users.noreply.github.com> Date: Thu, 4 Apr 2024 06:58:35 +0200 Subject: [PATCH] fix: yarn and pnpm logos on homepage (#4574) * fix: yarn and pnpm logos on homepage * yarn logo --- website/src/components/PackageManagers.tsx | 2 +- website/static/img/sponsors/pnpm.svg | 9 +++++++++ website/static/img/sponsors/yarn.svg | 1 + 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 website/static/img/sponsors/pnpm.svg create mode 100644 website/static/img/sponsors/yarn.svg 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