This is an automated email from the ASF dual-hosted git repository.
gongchao pushed a commit to branch team-page
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
The following commit(s) were added to refs/heads/team-page by this push:
new b7b4595fc update team page
b7b4595fc is described below
commit b7b4595fc56c4ea92a0a23653869801bc5468da2
Author: tomsun28 <[email protected]>
AuthorDate: Sun Apr 21 15:56:45 2024 +0800
update team page
---
home/src/pages/team/index.jsx | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/home/src/pages/team/index.jsx b/home/src/pages/team/index.jsx
index ebdc934f8..899b6eaf0 100644
--- a/home/src/pages/team/index.jsx
+++ b/home/src/pages/team/index.jsx
@@ -1,3 +1,4 @@
+
import React from 'react';
import BrowserOnly from '@docusaurus/BrowserOnly';
import config from "./member.json";
@@ -8,6 +9,9 @@ import AOS from 'aos';
import 'aos/dist/aos.css';
import Translate from '@docusaurus/Translate'
+/**
+ * refer from
https://github.com/apache/incubator-streampark-website/tree/dev/src/pages/team
+ */
export default function () {
const dataSource = config;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]