Skip to content

Commit e08a3e6

Browse files
authored
Add Webflow to sidebar sponsors (#12328)
1 parent b304bbd commit e08a3e6

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

src/components/LeftSidebar/Sponsors.astro

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
import Netlify from './logos/netlify.svg';
3+
import Webflow from './logos/webflow.svg';
34
import Sentry from './logos/sentry.svg';
45
import Mux from './logos/mux.svg';
56
@@ -72,6 +73,16 @@ const instanceId = Math.floor(Math.random() * 100_000);
7273
</svg>
7374
</a>
7475

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+
7586
<a
7687
href="https://sentry.io/welcome/?utm_medium=partner&utm_source=astro&utm_campaign=astro-docs"
7788
aria-label="Sentry"
Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)