Update collection share dialog

This commit is contained in:
Vishnu 2021-08-29 02:43:23 +05:30
parent 05173f3120
commit 7e819bd940
2 changed files with 8 additions and 2 deletions

View file

@ -101,7 +101,9 @@ function CollectionShare(props: Props) {
onHide={props.onHide}
attributes={{ title: constants.SHARE_COLLECTION }}>
<DeadCenter style={{ width: '85%', margin: 'auto' }}>
<h6>{constants.SHARE_WITH_PEOPLE}</h6>
<h6 style={{ marginTop: '8px' }}>
{constants.SHARE_WITH_PEOPLE}
</h6>
<p />
<Formik<formValues>
initialValues={{ email: '' }}

View file

@ -353,7 +353,11 @@ const englishConstants = {
ZERO_SHAREES: () => (
<>
<h6>currently shared with no one 😔</h6>
<em style={{ color: '#777' }}>"memories are fonder when shared"</em>
<div style={{ marginTop: '16px' }}>
<em style={{ color: '#3c3c3c' }}>
memories are fonder when shared
</em>
</div>
</>
),
SHARE_WITH_SELF: 'oops, you cannot share with yourself',