File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -173,6 +173,34 @@ function HomepageBlogs() {
173
173
</ div >
174
174
</ div >
175
175
</ 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 >
176
204
</ div >
177
205
) ;
178
206
}
You can’t perform that action at this time.
0 commit comments