Skip to content

Commit

Permalink
remove unneccessary http
Browse files Browse the repository at this point in the history
  • Loading branch information
Manish3323 committed Aug 12, 2023
1 parent 25672df commit 9f71548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playground/src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const themes: PlaygroundProps['themes'] = {
},
},
antd: {
stylesheet: 'https://cdnjs.cloudflare.com/ajax/libs/antd/5.8.3/reset.min.css',
stylesheet: '//cdnjs.cloudflare.com/ajax/libs/antd/5.8.3/reset.min.css',
theme: AntdTheme,
},
'bootstrap-4': {
Expand Down

0 comments on commit 9f71548

Please sign in to comment.