From 9f7154838a962c3de2f4451650c5b450e68d50e7 Mon Sep 17 00:00:00 2001 From: manish3323 Date: Sat, 12 Aug 2023 17:44:25 +0530 Subject: [PATCH] remove unneccessary http --- packages/playground/src/app.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/playground/src/app.tsx b/packages/playground/src/app.tsx index 43c8fe084f..e13be016e8 100644 --- a/packages/playground/src/app.tsx +++ b/packages/playground/src/app.tsx @@ -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': {