Skip to content

Commit 93e7c70

Browse files
authored
docs: add stable release blog to homepage (#288)
1 parent 15a6622 commit 93e7c70

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

docs/src/pages/index.js

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,34 @@ function HomepageBlogs() {
173173
</div>
174174
</div>
175175
</div>
176+
<div style={{ padding: '1rem' }}></div>
177+
<div className={styles.width}>
178+
<div className={styles.column}>
179+
<img
180+
style={{ height: 'auto' }}
181+
src="https://uploads-ssl.webflow.com/5ee12d8e99cde2e20255c16c/62fa66a12a4c4e37c353db07_Dart%20Frog%20stable%20release%20announcement.png"
182+
alt="Dart Frog is now stable"
183+
width="452"
184+
height="254"
185+
/>
186+
</div>
187+
<div className={styles.column}>
188+
<div className={styles.content}>
189+
<h2>Dart Frog is now stable 🎉</h2>
190+
<p>
191+
Announcing the stable v0.1.0 release, including hot reload
192+
improvements, interoperability with the shelf package, a custom
193+
entrypoint, and four new tutorials.
194+
</p>
195+
<Link
196+
style={{ fontWeight: 'bold' }}
197+
to="https://verygood.ventures/blog/dart-frog-stable?utm_source=dartfrog&utm_medium=docs&utm_campaign=df_stable"
198+
>
199+
Read the Blog <ExternalLinkIcon />
200+
</Link>
201+
</div>
202+
</div>
203+
</div>
176204
</div>
177205
);
178206
}

0 commit comments

Comments
 (0)