Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/components/LeftSidebar/Sponsors.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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);
---
Expand Down Expand Up @@ -80,6 +81,13 @@ const instanceId = Math.floor(Math.random() * 100_000);
<Webflow width="110" aria-hidden="true" />
</a>

<a
href="https://www.cloudflare.com/?utm_source=astro&utm_medium=astro&utm_campaign=astro"
aria-label="Cloudflare"
>
<Cloudflare style="margin: -5% 0 5%" width="120" aria-hidden="true" />
</a>

{/* Spacer element to push following logos onto a new row. */}
<div style="flex-basis: 100%"></div>

Expand Down
5 changes: 5 additions & 0 deletions src/components/LeftSidebar/logos/cloudflare.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading