diff --git a/src/components/Icon/IconBsky.tsx b/src/components/Icon/IconBsky.tsx new file mode 100644 index 0000000000..6645152dd2 --- /dev/null +++ b/src/components/Icon/IconBsky.tsx @@ -0,0 +1,24 @@ +/* + * Copyright (c) Facebook, Inc. and its affiliates. + */ + +import {memo} from 'react'; + +export const IconBsky = memo(function IconBsky( + props +) { + return ( + + + + ); +}); diff --git a/src/components/Layout/Footer.tsx b/src/components/Layout/Footer.tsx index 265cec81af..a29a4f0c30 100644 --- a/src/components/Layout/Footer.tsx +++ b/src/components/Layout/Footer.tsx @@ -8,6 +8,7 @@ import cn from 'classnames'; import {ExternalLink} from 'components/ExternalLink'; import {IconFacebookCircle} from 'components/Icon/IconFacebookCircle'; import {IconTwitter} from 'components/Icon/IconTwitter'; +import {IconBsky} from 'components/Icon/IconBsky'; import {IconGitHub} from 'components/Icon/IconGitHub'; import Script from 'next/script'; @@ -365,6 +366,12 @@ export function Footer() { className={socialLinkClasses}> + + + {title &&
{title}
} {children} -
+
{twitter && (
@@ -77,7 +80,7 @@ export function TeamMember({ {threads && (
@@ -85,6 +88,17 @@ export function TeamMember({
)} + {bsky && ( +
+ + + {bsky} + +
+ )} {github && (
-React 从最初由 [Jordan Walke](https://github.com/jordwalke) 创立至今, 已拥有 [专门的团队在全职从事这项工作](/community/team), 同时社区拥有超过 1k+ 的 [开源贡献者](https://github.com/facebook/react/blob/main/AUTHORS) 参与。 +React 最初由 [Jordan Walke](https://github.com/jordwalke) 创立。如今 React 拥有 [专门的全职团队](/community/team)以及超过 1000 名的 [开源贡献者](https://github.com/facebook/react/graphs/contributors)。 diff --git a/src/content/community/team.md b/src/content/community/team.md index 6f9e0f2b5c..704dc74cc8 100644 --- a/src/content/community/team.md +++ b/src/content/community/team.md @@ -18,7 +18,7 @@ React 核心团队成员全职致力于核心组件 API 的开发,负责 React Andrew 最初通过使用 WordPress 来制作网站,进入了网页开发领域,最终他自我投入到 JavaScript 的编程中。他最喜欢的娱乐活动是唱卡拉 OK。根据不同的日子,Andrew 有时候像是迪士尼的反派角色,有时候又像是迪士尼的公主。 - + Dan 在意外发现 Microsoft PowerPoint 内部的 Visual Basic 后进入了编程行业。他发现了自己的真正使命,就是将 [Sebastian](#sebastian-markbåge) 的推特转化为长篇博客文章。Dan 偶尔会通过整局游戏都躲在草丛里的方式,在《堡垒之夜》中赢得胜利。 @@ -62,7 +62,7 @@ React 核心团队成员全职致力于核心组件 API 的开发,负责 React Noah 在纽约大学接受音乐技术教育期间,对 UI 编程产生了兴趣。在 Meta,他从事内部工具、浏览器、网络性能方面的工作,目前专注于 React。在工作之余,他会捣鼓合成器,或者和他的猫在一起玩耍。 - + Ricky 主修理论数学,然而他却在 React Native 团队工作了几年,之后又加入了 React 团队。当他不在编程时,你可以找到他在滑雪,骑自行车,攀岩,打高尔夫球,或者在 GitHub 上关闭一些不符合问题模板的问题。