diff --git a/landing/team.react.js b/landing/team.react.js index ae0b76336..13ff34218 100644 --- a/landing/team.react.js +++ b/landing/team.react.js @@ -1,158 +1,146 @@ // @flow import * as React from 'react'; import { assetsCacheURLPrefix } from './asset-meta-data'; import Button from './button.react.js'; import TeamProfile from './team-profile.react'; 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;