You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/11/24 02:39:17 UTC

[GitHub] [inlong-website] leezng commented on a diff in pull request #616: [INLONG-614] Better optimized display download page

leezng commented on code in PR #616:
URL: https://github.com/apache/inlong-website/pull/616#discussion_r1031005223


##########
src/pages/downloads/index.js:
##########
@@ -0,0 +1,157 @@
+import React, { useState }  from 'react';
+import useIsBrowser from '@docusaurus/useIsBrowser';
+import useBaseUrl from '@docusaurus/useBaseUrl';
+import Layout from '@theme/Layout';
+import styles from './download.module.less';
+import config from './config.json';
+
+export default function() {
+    const isBrowser = useIsBrowser();
+
+    const [p1Animation, setP1Animation] = useState(false);

Review Comment:
   remove useless code



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org