Watch market modal copy

This commit is contained in:
Ian Philips 2022-09-15 07:14:59 -06:00
parent 176acf959f
commit e5428ce525

View File

@ -18,21 +18,22 @@ export const WatchMarketModal = (props: {
<Col className={'gap-2'}> <Col className={'gap-2'}>
<span className={'text-indigo-700'}> What is watching?</span> <span className={'text-indigo-700'}> What is watching?</span>
<span className={'ml-2'}> <span className={'ml-2'}>
You'll receive notifications on markets by betting, commenting, or Watching a market means you'll receive notifications from activity
clicking the on it. You automatically start watching a market if you comment on
it, bet on it, or click the
<EyeIcon <EyeIcon
className={clsx('ml-1 inline h-6 w-6 align-top')} className={clsx('ml-1 inline h-6 w-6 align-top')}
aria-hidden="true" aria-hidden="true"
/> />
button on them. button.
</span> </span>
<span className={'text-indigo-700'}> <span className={'text-indigo-700'}>
What types of notifications will I receive? What types of notifications will I receive?
</span> </span>
<span className={'ml-2'}> <span className={'ml-2'}>
You'll receive notifications for new comments, answers, and updates New comments, answers, and updates to the question. See the
to the question. See the notifications settings pages to customize notifications settings pages to customize which types of
which types of notifications you receive on watched markets. notifications you receive on watched markets.
</span> </span>
</Col> </Col>
</Col> </Col>