This is an automated email from the ASF dual-hosted git repository. sunyi pushed a commit to branch sy/fix-deploy in repository https://gitbox.apache.org/repos/asf/apisix-website.git
The following commit(s) were added to refs/heads/sy/fix-deploy by this push: new 54f52b7047b u 54f52b7047b is described below commit 54f52b7047bd82f7c096db1b9c21095bdd985873 Author: LiteSun <su...@apache.org> AuthorDate: Fri Apr 18 11:34:15 2025 +0800 u --- website/src/components/ChakraWrapper.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/components/ChakraWrapper.tsx b/website/src/components/ChakraWrapper.tsx index 380a6ef89de..27eb9d75bab 100644 --- a/website/src/components/ChakraWrapper.tsx +++ b/website/src/components/ChakraWrapper.tsx @@ -54,8 +54,8 @@ const theme = extendTheme( }, }, styles, - proTheme, }, + proTheme, ); interface ChakraWrapperProps {