Skip to content

Commit 8967407

Browse files
committed
website: update team page.
1 parent 147e328 commit 8967407

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

website/src/pages/team/index.tsx

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
1-
import React from 'react';
2-
import { Link } from 'react-router-dom';
1+
import Footer from '../../component/Footer';
32
import { DefaultProps } from '../../';
43
import styles from './index.module.less';
54

65
export default function Team(props: DefaultProps) {
76
return (
87
<div className={styles.warpper}>
9-
团队
10-
<p>
11-
<Link to="/components/about">查看组件文档</Link>
12-
</p>
8+
<header className={styles.header}>
9+
<div>
10+
<h2>UIW Mobile RN</h2>
11+
<p>
12+
一个基于 React Native 的 UI 组件库
13+
</p>
14+
</div>
15+
</header>
16+
<Footer />
1317
</div>
1418
);
1519
}

0 commit comments

Comments
 (0)