diff --git a/landing/team.react.js b/landing/team.react.js index 25ca76975..13bea25a4 100644 --- a/landing/team.react.js +++ b/landing/team.react.js @@ -1,134 +1,140 @@ // @flow import * as React from 'react'; import { assetsCacheURLPrefix } from './asset-meta-data.js'; import Button from './button.react.js'; import TeamProfile from './team-profile.react.js'; import css from './team.css'; function Team(): React.Node { const onRolesClick = React.useCallback(() => { window.open( 'https://www.notion.so/commapp/Comm-is-hiring-db097b0d63eb4695b32f8988c8e640fd', '_blank', ); }, []); return (

Team

Comm is the keyserver company. Come join us and help build the future of the decentralized web!

+

Team at Software Mansion

); } export default Team;