Newer
Older
import { Edit } from '@styled-icons/feather';
import styles from './JoinLinks.module.scss';
interface Props {
contrast?: boolean
}
export function JoinLinks(props: Props) {
<a className={classNames("button", "red", props.contrast && "border")} href={URLs.Apply}>
<Edit size={24} strokeWidth={2}/> Apply for the Beta