import { clsx } from 'clsx' import { useLocalize } from '../../context/localize' import { showModal } from '../../stores/ui' import { Image } from '../_shared/Image' import styles from './Banner.module.scss' export default () => { const { t } = useLocalize() return (
{t('Support us')} {t('Become an author')} showModal('auth')}> {t('Join the community')}