We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b304bbd commit e08a3e6Copy full SHA for e08a3e6
src/components/LeftSidebar/Sponsors.astro
@@ -1,5 +1,6 @@
1
---
2
import Netlify from './logos/netlify.svg';
3
+import Webflow from './logos/webflow.svg';
4
import Sentry from './logos/sentry.svg';
5
import Mux from './logos/mux.svg';
6
@@ -72,6 +73,16 @@ const instanceId = Math.floor(Math.random() * 100_000);
72
73
</svg>
74
</a>
75
76
+ <a
77
+ href="https://webflow.com/?utm_source=astro&utm_medium=astro&utm_campaign=astro"
78
+ aria-label="Webflow"
79
+ >
80
+ <Webflow width="110" aria-hidden="true" />
81
+ </a>
82
+
83
+ {/* Spacer element to push following logos onto a new row. */}
84
+ <div style="flex-basis: 100%"></div>
85
86
<a
87
href="https://sentry.io/welcome/?utm_medium=partner&utm_source=astro&utm_campaign=astro-docs"
88
aria-label="Sentry"
src/components/LeftSidebar/logos/webflow.svg
0 commit comments