File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import Netlify from './logos/netlify.svg';
3
3
import Webflow from ' ./logos/webflow.svg' ;
4
4
import Sentry from ' ./logos/sentry.svg' ;
5
5
import Mux from ' ./logos/mux.svg' ;
6
+ import Cloudflare from ' ./logos/cloudflare.svg' ;
6
7
7
8
const instanceId = Math .floor (Math .random () * 100_000 );
8
9
---
@@ -80,6 +81,13 @@ const instanceId = Math.floor(Math.random() * 100_000);
80
81
<Webflow width =" 110" aria-hidden =" true" />
81
82
</a >
82
83
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
+
83
91
{ /* Spacer element to push following logos onto a new row. */ }
84
92
<div style =" flex-basis: 100%" ></div >
85
93
You can’t perform that action at this time.
0 commit comments