import { t } from '../i18n'; export function SoonBadge() { return ( {t('soonBadge')} ); }