import { colors } from '@0xproject/react-shared'; import * as React from 'react'; import { Button } from 'ts/components/ui/button'; const BUTTON_TEXT = 'view open positions'; export interface Join0xProps { onCallToActionClick: () => void; } export const Join0x = (props: Join0xProps) => (
Join 0x
0x is transforming the way that value is exchanged on a global scale. Come join us in San Francisco or work remotely anywhere in the world to help create the infrastructure of a new tokenized economy.
);