Skip to content

Commit bce8a4d

Browse files
Adds Cloudflare to the list of sponsors (#12410)
Co-authored-by: Chris Swithinbank <[email protected]>
1 parent 1f6ba4a commit bce8a4d

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

src/components/LeftSidebar/Sponsors.astro

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import Netlify from './logos/netlify.svg';
33
import Webflow from './logos/webflow.svg';
44
import Sentry from './logos/sentry.svg';
55
import Mux from './logos/mux.svg';
6+
import Cloudflare from './logos/cloudflare.svg';
67
78
const instanceId = Math.floor(Math.random() * 100_000);
89
---
@@ -80,6 +81,13 @@ const instanceId = Math.floor(Math.random() * 100_000);
8081
<Webflow width="110" aria-hidden="true" />
8182
</a>
8283

84+
<a
85+
href="https://www.cloudflare.com/?utm_source=astro&utm_medium=astro&utm_campaign=astro"
86+
aria-label="Cloudflare"
87+
>
88+
<Cloudflare style="margin: -5% 0 5%" width="120" aria-hidden="true" />
89+
</a>
90+
8391
{/* Spacer element to push following logos onto a new row. */}
8492
<div style="flex-basis: 100%"></div>
8593

Lines changed: 5 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)