Skip to content

Commit 1806549

Browse files
committed
chore: demo build status
1 parent 973cfd6 commit 1806549

File tree

1 file changed

+22
-11
lines changed

1 file changed

+22
-11
lines changed

packages/playground/src/components/Header.tsx

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -258,17 +258,28 @@ export default function Header({
258258
marginBottom: '10px',
259259
}}
260260
>
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>
272283
</div>
273284
<div className='row'>
274285
<div className='col-sm-4'>

0 commit comments

Comments
 (0)