From 7e4f91db609f43b54070518ab099f643f331f445 Mon Sep 17 00:00:00 2001 From: Drew Powers <1369770+drwpow@users.noreply.github.com> Date: Thu, 14 Oct 2021 12:25:46 -0600 Subject: [PATCH] Add Vercel sponsorship logo (#1555) * Add Vercel sponsorship logo Also normalize other logos * Add Vercel logo to www * Add logos to docs --- .github/assets/netlify.svg | 2 +- .github/assets/sentry.svg | 2 +- .github/assets/vercel.svg | 1 + .../components/LeftSidebar/LeftSidebar.astro | 90 ++++++++++--------- packages/astro/README.md | 1 + www/public/assets/netlify.svg | 2 +- www/public/assets/vercel.svg | 1 + www/src/components/Sponsors.astro | 9 +- 8 files changed, 60 insertions(+), 48 deletions(-) create mode 100644 .github/assets/vercel.svg create mode 100644 www/public/assets/vercel.svg diff --git a/.github/assets/netlify.svg b/.github/assets/netlify.svg index 7563fdceb..7a068f244 100644 --- a/.github/assets/netlify.svg +++ b/.github/assets/netlify.svg @@ -1 +1 @@ - + diff --git a/.github/assets/sentry.svg b/.github/assets/sentry.svg index c43dddfdd..a4470b601 100644 --- a/.github/assets/sentry.svg +++ b/.github/assets/sentry.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/.github/assets/vercel.svg b/.github/assets/vercel.svg new file mode 100644 index 000000000..d2b7685c5 --- /dev/null +++ b/.github/assets/vercel.svg @@ -0,0 +1 @@ + diff --git a/docs/src/components/LeftSidebar/LeftSidebar.astro b/docs/src/components/LeftSidebar/LeftSidebar.astro index fb8484322..8fc327d37 100644 --- a/docs/src/components/LeftSidebar/LeftSidebar.astro +++ b/docs/src/components/LeftSidebar/LeftSidebar.astro @@ -23,20 +23,14 @@ const sidebarSections = SIDEBAR[langCode].reduce((col, item) => {
  • {sidebarSections.map(section => ( @@ -63,7 +57,7 @@ const sidebarSections = SIDEBAR[langCode].reduce((col, item) => { }); -