diff --git a/src/components/LeftSidebar/Sponsors.astro b/src/components/LeftSidebar/Sponsors.astro index 5e2f40c5a74d9..839077bca07a5 100644 --- a/src/components/LeftSidebar/Sponsors.astro +++ b/src/components/LeftSidebar/Sponsors.astro @@ -3,6 +3,7 @@ import Netlify from './logos/netlify.svg'; import Webflow from './logos/webflow.svg'; import Sentry from './logos/sentry.svg'; import Mux from './logos/mux.svg'; +import Cloudflare from './logos/cloudflare.svg'; const instanceId = Math.floor(Math.random() * 100_000); --- @@ -80,6 +81,13 @@ const instanceId = Math.floor(Math.random() * 100_000);