File tree 1 file changed +22
-11
lines changed
packages/playground/src/components
1 file changed +22
-11
lines changed Original file line number Diff line number Diff line change @@ -258,17 +258,28 @@ export default function Header({
258
258
marginBottom : '10px' ,
259
259
} }
260
260
>
261
- This is a dev preview for{ ' ' }
262
- < a
263
- style = { {
264
- color : 'red' ,
265
- textDecoration : 'underline' ,
266
- } }
267
- href = 'https://github.com/rjsf-team/react-jsonschema-form/pull/3883'
268
- >
269
- Carbon Design System Theme (#3883)
270
- </ a >
271
- , not a RJSF playground.
261
+ < div >
262
+ This is a dev preview for{ ' ' }
263
+ < a
264
+ style = { {
265
+ color : 'red' ,
266
+ textDecoration : 'underline' ,
267
+ } }
268
+ href = 'https://github.com/rjsf-team/react-jsonschema-form/pull/3883'
269
+ >
270
+ Carbon Design System Theme (#3883)
271
+ </ a >
272
+ , not a RJSF playground.
273
+ </ div >
274
+ < div >
275
+ Latest Demo Build Status:{ ' ' }
276
+ < a href = 'https://app.netlify.com/sites/taupe-gumption-4ba0b4/deploys' target = '_blank' rel = 'noreferrer' >
277
+ < img
278
+ src = 'https://api.netlify.com/api/v1/badges/e00f6cbe-02cc-436d-b847-9e78096e746d/deploy-status'
279
+ alt = 'Netlify Status'
280
+ />
281
+ </ a >
282
+ </ div >
272
283
</ div >
273
284
< div className = 'row' >
274
285
< div className = 'col-sm-4' >
You can’t perform that action at this time.
0 commit comments