diff --git a/landing/team.react.js b/landing/team.react.js index b573f235b..5aa3ef258 100644 --- a/landing/team.react.js +++ b/landing/team.react.js @@ -1,150 +1,149 @@ // @flow import classNames from 'classnames'; 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'; import typography from './typography.css'; function Team(): React.Node { const onRolesClick = React.useCallback(() => { window.open( 'https://www.notion.so/commapp/Comm-is-hiring-db097b0d63eb4695b32f8988c8e640fd', '_blank', ); }, []); const headerClassName = classNames([typography.heading1, css.header]); const subheaderClassName = classNames([typography.subheading2, css.team]); return (
Comm is the keyserver company. Come join us and help build the future of the decentralized web!